Interface ICamApiGeomModelNodePopupItem
Item in popup menu on a geometry tree node
Namespace: CAMAPI.GeometryModelForm
Assembly: CAMAPI.GeometryModelForm.dll
Syntax
[Guid("7CF915E0-1721-49DF-A2EA-69A36B4F7BE1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiGeomModelNodePopupItem
Properties
Caption
Caption of item (empty string means separator)
Declaration
string Caption { get; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
Item is enabled or not (but it can be visible)
Declaration
bool Enabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Unique name of item (for identification)
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
OnClicked
Handler for event when item in popup menu was clicked
Declaration
ICamApiGeomModelNodePopupItemOnClicked OnClicked { get; set; }
Property Value
| Type | Description |
|---|---|
| ICamApiGeomModelNodePopupItemOnClicked |