ToolBarPos |
Scroll |
Gets or sets the position of the tool bar button associated with this menu entry. If the ToolBarPos is -1 (the default value) no button is created for this menu entry.
Namespace: Therefore.API
Visual Basic Public Overridable Property ToolBarPos As Integer C# public virtual int ToolBarPos { get; set; } Property ValueThe position of the tool bar button associated with this menu entry, -1 if no button is created for this menu entry. |