Menu.ToolBar Property (Typed) | |
The toolbar that corresponds to the menu.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ToolBar AS ToolBar GET SET
public virtual ToolBar ToolBar { get; set; }
Request Example
View SourceProperty Value
Type:
ToolBarThe 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