Spread Windows Forms 12.0 Product Documentation
Visible Property (ElementStyle)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : Visible Property
Gets or sets, for the style, whether the element is visible.
Syntax
'Declaration
 
Public Overridable Property Visible As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
public virtual bool Visible {get; set;}

Property Value

Boolean value: true if displayed; false if hidden
Remarks
For more information, see the Visible property in the Microsoft .NET Framework Reference.
See Also

Reference

ElementStyle Class
ElementStyle Members
Enabled Property