Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Visible Property


In This Topic
    Visible Property (DrawingObject)
    In This Topic
    Gets or sets a boolean value indicating whether this DrawingObject and all its child controls are displayed.
    Syntax
    'Declaration
     
    
    Public Overridable Property Visible As Boolean
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public virtual bool Visible {get; set;}

    Property Value

    true if this DrawingObject and all its child controls are displayed; otherwise, false.
    See Also