Control.IsExStyle Method | |
Check if a exstyle value has been set for the control
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD IsExStyle(
nStyle AS LONG
) AS LOGIC
public virtual bool IsExStyle(
int nStyle
)
Request Example
View SourceParameters
- nStyle
- Type: Long
The exstyle to check for
Return Value
Type:
LogicTRUE when the exstyle is set. Otherwise FALSE.
See Also