Window.SetStyle Method | |
Set the styles for the window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetStyle(
dwSetStyle,
lEnable
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetStyle(
Usual dwSetStyle = default,
Usual lEnable = default
)
Request Example
View SourceParameters
- dwSetStyle (Optional)
- Type: Usual
The X# style constant or Windows API style constant to set. - lEnable (Optional)
- Type: Usual
Logical value indicating whether the style should be enabled (TRUE) or disabled(FALSE). If omitted, the default is TRUE.
Return Value
Type:
UsualReturn Value
Type:
UsualThe new Style of the window (calculated by taking the existing style and enableing or disabling the passed style value).
See Also