Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / Focused Property

In This Topic
    Focused Property (C1Editor)
    In This Topic
    Gets a Boolean value indicating whether the control has input focus.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Focused As System.Boolean
    public override System.bool Focused {get;}

    Property Value

    True if the document has focus; otherwise, False.
    See Also