Click or drag to resize

AppWindow.EnableToolBar Method (Typed)

X#
Enable/disable a toolbar in an application window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableToolBar(
	 lEnable AS LOGIC
) AS VOID
Request Example View Source

Parameters

lEnable
Type: Logic
TRUE enables the toolbar; FALSE disables it. The default is TRUE.

Return Value

Type: 
The toolbar object.
See Also