Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsSelectableSet Method


In This Topic
    IsSelectableSet Method
    In This Topic
    Gets whether the Selectable property is set.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsSelectableSet() As Boolean
    'Usage
     
    
    Dim instance As ElementStyle
    Dim value As Boolean
     
    value = instance.IsSelectableSet()
    public virtual bool IsSelectableSet()
    See Also