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


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

    Property Value

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