Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / Visible Property


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

    Property Value

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