Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / Selectable Property


In This Topic
    Selectable Property (ElementStyle)
    In This Topic
    Gets or sets whether the user can interact with the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property Selectable As Boolean
    'Usage
     
    
    Dim instance As ElementStyle
    Dim value As Boolean
     
    instance.Selectable = value
     
    value = instance.Selectable
    public virtual bool Selectable {get; set;}
    See Also