Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Visible Property


In This Topic
Visible Property (Shape)
In This Topic
Gets or sets a value indicating whether this DrawingObject and all its child controls are displayed.
Syntax
'Declaration
 
Public Overrides Property Visible As Boolean
 
'Usage
 
Dim instance As Shape
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible

Property Value

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