Click or drag to resize

ToolBar.Show Method

X#
Display a toolbar so it is visible.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Show() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
ToolBar:Show() is used to redisplay a toolbar that was hidden with the ToolBar:Hide() method. The toolbar does not have to be shown initially, it becomes visible as soon as it is assigned to a window.
See Also