Click or drag to resize

Menu.ToolBar Property

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

Property Value

Type: Usual
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