Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / Selectable Property


In This Topic
    Selectable Property (IElementStyle)
    In This Topic
    Gets or sets whether selectable.
    Syntax
    'Declaration
     
    
    Property Selectable As Boolean
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As Boolean
     
    instance.Selectable = value
     
    value = instance.Selectable
    bool Selectable {get; set;}
    See Also