Window.EnableCloseBox Method | |
Enable or Disable the close button on a window (the X )
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableCloseBox(
uValue
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableCloseBox(
Usual uValue = default
)
Request Example
View SourceParameters
- uValue (Optional)
- Type: Usual
A logic value indicating if the close box should be enabled (TRUE) or disabled (FALSE).
Return Value
Type:
UsualNIL
See Also