SECEditLangConfig::GetDefaultColorInfo

SECEditColorInfo* SECEditLangConfig::GetDefaultColorInfo(unsigned short nDefGroupID)

Retrieves the color info for the given color group. There are four predefined color groups which include color information for default text, selected text, numbers, and operators. Use this method to obtain color information for the desired default setting.

Defined in: SECEditLangConfig.cpp

Parameters

nDefGroupID

The specified color group. Valid values include:
SECEDIT_DEFAULT_TEXT
SECEDIT_TEXT_SELECTION
SECEDIT_NUMBER
SECEDIT_OPERATOR

Comments

This is an implementation of the ISECEditLangConfig interface.

See Also

SECEditLangConfig GetDefaultIndex