Interface ICamApiTechnologyFormOperationPopupItem
Items for popup menu on operation in technology form
Namespace: CAMAPI.TechnologyForm
Assembly: CAMAPI.TechnologyForm.dll
Syntax
[Guid("A1E47FC2-ED08-44FA-AF10-157DA140FB5A")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiTechnologyFormOperationPopupItem
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 button in operation popup menu was clicked
Declaration
ICamApiTechnologyFormOperationPopupItemOnClicked OnClicked { get; set; }
Property Value
Type | Description |
---|---|
ICamApiTechnologyFormOperationPopupItemOnClicked |