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


In This Topic
PermanentVisible Property
In This Topic
A boolean value checking whether Shape is visible or not.
Syntax
'Declaration
 
Public ReadOnly Property PermanentVisible As Boolean
 
'Usage
 
Dim instance As Shape
Dim value As Boolean
 
value = instance.PermanentVisible
See Also