Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Labels Namespace / Label Class / Selectable Property

In This Topic
    Selectable Property (Label)
    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