Method QueryEditingMode
| Improve this Doc View SourceQueryEditingMode(InPlaceEditor)
Queries whether specified InPlaceEditor is in editing mode.
Declaration
bool QueryEditingMode(InPlaceEditor inPlaceEditor)
Parameters
| Type | Name | Description |
|---|---|---|
| InPlaceEditor | inPlaceEditor | The specified InPlaceEditor. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if sepcified InPlaceEditor is in editing mode, otherwise false. |