Spread Windows Forms 12.0 Product Documentation
IsVisibleSet Method


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsVisibleSet Method
Gets whether the viewability of the element (Visible property) is set.
Syntax
'Declaration
 
Public Overridable Function IsVisibleSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsVisibleSet()
public virtual bool IsVisibleSet()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the Visible property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
Visible Property