Interface ICommandBarItem
Interface for polymorphic item type CommandBarItem
Inherited Members
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public interface ICommandBarItem : IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Methods
| Improve this Doc View SourceAdditionalData()
Retrieve the additional_data property of the item
Declaration
IProperty_Text AdditionalData()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
NameProp()
Retrieve the name property of the item
Declaration
IProperty_Text NameProp()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
OnInitHandler()
Retrieve the on_init_handler property of the item
Declaration
IProperty_Item<Method> OnInitHandler()
Returns
| Type | Description |
|---|---|
| IProperty_Item<Method> |