Method QueryEditorElementFocus
| Improve this Doc View SourceQueryEditorElementFocus(InPlaceEditor)
Queries whether the editor element of specified InPlaceEditor should have keyboard focus.
Declaration
bool QueryEditorElementFocus(InPlaceEditor inPlaceEditor)
Parameters
| Type | Name | Description |
|---|---|---|
| InPlaceEditor | inPlaceEditor | The specified InPlaceEditor. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if the editor element of specified InPlaceEditor should have keyboard focus, otherwise false. |