Window.SetExStyle Method (Typed) | |
Set the extended style of a window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetExStyle(
dwSetStyle AS LONG,
lEnable AS LOGIC
) AS LONG
public virtual int SetExStyle(
int dwSetStyle,
[DefaultParameterValueAttribute(true, 0)] bool lEnable
)
Request Example
View SourceParameters
- dwSetStyle
- Type: Long
The extended style to set. - lEnable
- Type: Logic
A logical value. TRUE turns the style on, FALSE turns it off.
Return Value
Type:
LongThe new ExStyle of the window (calculated by taking the existing style and enableing or disabling the passed style value).
See Also