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