Control.IsVisible Method (Typed) | |
Report if this control is visible (completely or partially) or hidden.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD IsVisible() AS USUAL
public virtual Usual IsVisible()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if the control is visible; otherwise, FALSE.
Remarks
This style is set in the Windows Editor.
See Also