ChildAppWindow.EnableBorder Method | |
Set the border style for an application window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableBorder(
kBorderStyle
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual EnableBorder(
Usual kBorderStyle = default
)
Request Example
View SourceParameters
- kBorderStyle (Optional)
- Type: Usual
The display style of the application window's border, specified as one of the following constantsn
Return Value
Type:
UsualRemarks Constant | Description |
---|
WINDOWNOBORDER | No border. |
WINDOWNONSIZINGBORDER | A nonsizable, captioned border. |
WINDOWSIZINGBORDER |
A resizable, captioned border. This is the default.
|
See Also