Window.SetExStyle Method | |
Set the extended style of a window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetExStyle(
dwSetStyle,
lEnable
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetExStyle(
Usual dwSetStyle = default,
Usual lEnable = default
)
Request Example
View SourceParameters
- dwSetStyle (Optional)
- Type: Usual
The extended style to set. - lEnable (Optional)
- Type: Usual
A logical value. TRUE turns the style on, FALSE turns it off.
Return Value
Type:
UsualThe new ExStyle of the window (calculated by taking the existing style and enableing or disabling the passed style value).
See Also