Class CommandBarMenuButton
Class for the item type CommandBarMenuButton
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class CommandBarMenuButton : Item, ILinkedElement, ILink<ILinkedElement>, IEquatable<IItemRef>, ICommandBarItem, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View SourceCommandBarMenuButton()
Declaration
protected CommandBarMenuButton()
CommandBarMenuButton(ElementFactory, Object[])
Declaration
public CommandBarMenuButton(ElementFactory amlContext, params object[] content)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementFactory | amlContext | |
| System.Object[] | content |
Methods
| Improve this Doc View SourceAdditionalData()
Retrieve the additional_data property of the item
Declaration
public IProperty_Text AdditionalData()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Implements
| Improve this Doc View SourceImage()
Retrieve the image property of the item
Declaration
public IProperty_Text Image()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Label()
Retrieve the label property of the item
Declaration
public IProperty_Text Label()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
NameProp()
Retrieve the name property of the item
Declaration
public IProperty_Text NameProp()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Implements
| Improve this Doc View SourceOnClickHandler()
Retrieve the on_click_handler property of the item
Declaration
public IProperty_Item<Method> OnClickHandler()
Returns
| Type | Description |
|---|---|
| IProperty_Item<Method> |
OnInitHandler()
Retrieve the on_init_handler property of the item
Declaration
public IProperty_Item<Method> OnInitHandler()
Returns
| Type | Description |
|---|---|
| IProperty_Item<Method> |
Implements
| Improve this Doc View SourceParentMenu()
Retrieve the parent_menu property of the item
Declaration
public IProperty_Item<CommandBarMenu> ParentMenu()
Returns
| Type | Description |
|---|---|
| IProperty_Item<CommandBarMenu> |