Window.EnableCloseBox Method (Typed) | |
Enable or Disable the close button on a window (the X )
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableCloseBox(
uValue AS LOGIC
) AS VOID
public virtual void EnableCloseBox(
[DefaultParameterValueAttribute(true, 0)] bool uValue
)
Request Example
View SourceParameters
- uValue
- Type: Logic
A logic value indicating if the close box should be enabled (TRUE) or disabled (FALSE).
Return Value
Type:
NIL
See Also