Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / Selectable Property

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