LanguageContextHint Enum

Definition

Specifies whether the context is an F1 keyword.

public enum class LanguageContextHint
public enum class LanguageContextHint
enum LanguageContextHint
public enum LanguageContextHint
type LanguageContextHint = 
Public Enum LanguageContextHint
Inheritance
LanguageContextHint

Fields

LCH_DEFAULT 0

Typical idle-time update; it should be as fast as possible.

LCH_F1_HELP 1

Means that the context will be used for F1 handling; Idle time can be longer.

Remarks

These values indicate whether the context bag update is in response to a standard idle-time update or a request for F1 Help.

COM Signature

From textmgr.idl:

Applies to