AppWindow.EnableToolBar Method | |
Enable/disable a toolbar in an application window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableToolBar(
lEnable
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableToolBar(
Usual lEnable = default
)
Request Example
View SourceParameters
- lEnable (Optional)
- Type: Usual
TRUE enables the toolbar; FALSE disables it. The default is TRUE.
Return Value
Type:
Usual
The toolbar object.
See Also