SECEditLangConfig::GetDefaultIndex
unsigned shortSECEditLangConfig::GetDefaultIndex(unsigned shortnDefGroupID)
Retrieves the default index 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 the index into the color group 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