Control.SetExStyle Method (Typed) | |
Set the exstyle for the control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetExStyle(
kExStyle AS LONG,
lEnable AS LOGIC
) AS VOID
public virtual void SetExStyle(
int kExStyle,
[DefaultParameterValueAttribute(true, 0)] bool lEnable
)
Request Example
View SourceParameters
- kExStyle
- Type: Long
The exstyle of the control, specified by a either a X# style constant or a Windows API style constant. - lEnable
- Type: Logic
TRUE enables the specified style; FALSE disables it. If omitted, the default is TRUE.
Return Value
Type:
NIL
See Also