IContextOption.EditorAccessMode property
Namespace: NextDesign.Desktop
Description
Behavior of editor information acquisition/search API during the period when the context is valid You can change the behavior of the API to get/search editor information.
EditorAccessMode EditorAccessMode {get; set;}
type
- EditorAccessMode
Annotation
The range is as follows.
- "None": No setting (default) Follow the context options of the upper scope. If the context option of the upper scope does not exist, the evaluation will be the same as ActivateValueOnly.
- "ActivateValueOnly": Only the editor information that is active in the application can get detailed information. When this mode is specified, the freshness of the inactive editor information is not guaranteed.
- "GetInactiveValue": You can get detailed information even in the editor information that is inactive in the application. When this mode is specified, the analysis time is added to the response of the editor API because the internal structure is analyzed even in the inactive editor.