Interface ICamApiTechnologyFormOperationPopupItem
Namespace: CAMAPI.TechnologyForm
Assembly: CAMAPI.TechnologyForm.dll
Syntax
[Guid("A1E47FC2-ED08-44FA-AF10-157DA140FB5A")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiTechnologyFormOperationPopupItem
Properties
Caption
Declaration
string Caption { get; }
Property Value
Type | Description |
---|---|
string |
Enabled
Declaration
bool Enabled { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
OnClicked
Declaration
ICamApiTechnologyFormOperationPopupItemOnClicked OnClicked { get; set; }
Property Value
Type | Description |
---|---|
ICamApiTechnologyFormOperationPopupItemOnClicked |