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