Gets a Boolean value indicating whether the control has input focus.

Namespace:  C1.Win.XmlEditor
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public override bool Focused { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property Focused As Boolean

Field Value

True if the document has focus; otherwise, False.

See Also