Skip to main content

IContextOption.EditorAccessMode property

Namespace: NextDesign.Desktop

Description

Behavior of editor information acquisition/search API while the context is valid
You can change the behavior of the API that acquires and searches for editor information.

EditorAccessMode EditorAccessMode { get; set; }

type

  • EditorAccessMode

Annotations

The value range is as follows.

  • "None" : No setting (default)
     Follows the context options of the upper scope.
    If there is no upper scope context option, it will be evaluated as ActivateValueOnly.
  • "ActivateValueOnly" : You can get detailed information only for editors active in the application.
     When this mode is specified, the freshness of the details of inactive editor information is not guaranteed.
  • "GetInactiveValue" : You can get detailed information even in inactive editor information 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 an inactive editor.