SECEditKeywordInfo Class

class SECEditKeywordInfo

This class represents special keyword types (e.g., quotes, comments, etc.).

Defined in: SECEditKeywordInfo.h

Class Members

Construction

inline SECEditKeywordInfo()

Constructs an SECEditKeywordInfo object.

CString m_strStartChars

The characters that may start the keyword.

CString m_strEndChars

The characters that may end the keyword.

CString m_strEscapeChar

An escape sequence for the ending of this keyword, such as backslash in C++

unsigned short m_nColorInfo

The color used to render this keyword.

BOOL m_bMultiLine

Flag indicating if this keyword spans multiple lines.