Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Labels Namespace / Label Class / IsAnyInstanceSelected Method

In This Topic
    IsAnyInstanceSelected Method (Label)
    In This Topic
    Tells if the label is selected.
    Syntax
    'Declaration
     
    Public Function IsAnyInstanceSelected() As Boolean
    public bool IsAnyInstanceSelected()

    Return Value

    True if the label is selected.
    See Also