Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ISelectableItem Interface / Selectable Property

In This Topic
    Selectable Property (ISelectableItem)
    In This Topic
    Gets or sets the value that tells if the item can be selected.
    Syntax
    'Declaration
     
    Property Selectable As Boolean
    bool Selectable {get; set;}
    See Also