Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / Selected Property

In This Topic
    Selected Property (Label)
    In This Topic
    Gets or sets the label selection status.
    Syntax
    'Declaration
     
    Public Overridable Property Selected As Boolean
    public virtual bool Selected {get; set;}
    See Also