Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsVisibleSet Method


In This Topic
    IsVisibleSet Method
    In This Topic
    Gets whether the Visible property is set.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsVisibleSet() As Boolean
    'Usage
     
    
    Dim instance As ElementStyle
    Dim value As Boolean
     
    value = instance.IsVisibleSet()
    public virtual bool IsVisibleSet()
    See Also