Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsEnabledSet Method


In This Topic
    IsEnabledSet Method
    In This Topic
    Gets whether the 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()
    See Also