Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Selectable Property


In This Topic
    Selectable Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property Selectable As Boolean
    'Usage
     
    
    Dim instance As IElement
    Dim value As Boolean
     
    instance.Selectable = value
     
    value = instance.Selectable
    bool Selectable {get; set;}
    See Also