AppWindow.EnableMinBox Method (Typed) | |
Enable/disable a minimize box in an application window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableMinBox(
lEnable AS LOGIC
) AS VOID
public virtual void EnableMinBox(
[DefaultParameterValueAttribute(true, 0)] bool lEnable
)
Request Example
View SourceParameters
- lEnable
- Type: Logic
TRUE enables the minimize box; FALSE disables it. The default is TRUE.
See Also