Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / Visible Property


In This Topic
    Visible Property (ElementStyle)
    In This Topic
    Gets or sets, for the style, whether the element is visible.
    Syntax
    'Declaration
     
    Public Overridable Property Visible As Boolean
    'Usage
     
    Dim instance As ElementStyle
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public virtual bool Visible {get; set;}

    Property Value

    Boolean value: true if displayed; false if hidden
    Remarks
    For more information, see the Visible property in the Microsoft .NET Framework Reference.
    See Also