Click or drag to resize

Menu.ToolBar Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: ToolBar
The 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