Gets a value indicating whether the editor has input focus.
Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overrides ReadOnly Property Focused As Boolean |
| C# |
|---|
| public override bool Focused { get; } |
| C++ |
|---|
| public override property bool Focused override { bool get(); } |
| J# |
|---|
| /** property */ public bool get_Focused(); |
| JScript |
|---|
| public function get Focused() : bool |
Property Value
true if the editor has focus; otherwise, false.