Spread Windows Forms 12.0 Product Documentation
IsEnabledSet Method


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

Return Value

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

Reference

ElementStyle Class
ElementStyle Members
Enabled Property