Enum ZedGraphControl.ContextMenuObjectState
Public enumeration that specifies the type of object present at the Context Menu's mouse location
Namespace: ZedGraph
Assembly: ZedGraph.WinForms.dll
Syntax
public enum ContextMenuObjectState
Fields
| Name | Description |
|---|---|
| ActiveSelection | The object is an active Curve Item at the Context Menu's mouse position |
| Background | There is no selectable object present at the Context Menu's mouse position |
| InactiveSelection | The object is an Inactive Curve Item at the Context Menu's mouse position |