Menu.ToolBar Property | |
The toolbar that corresponds to the menu.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ToolBar AS USUAL GET SET
public virtual Usual ToolBar { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe toolbar that corresponds to the menu.
Remarks
The toolbar that corresponds to the menu. The Menu Editor generates code that creates a toolbar and assigns it to the menu; when the menu is assigned to a window, the corresponding toolbar is assigned also.
See Also