SECEditMLComment Class

class SECEditMLComment: public SECEditLineColPair

This class encapsulates the text positions for multiline comments.

Defined in: SECEditLineCol.h

Class Members

Construction

EDIT_API SECEditMLComment()

Constructor.

EDIT_API SECEditMLComment(int nCommentType)

Initializing Constructor.

EDIT_API SECEditMLComment(SECEditLineCol lcStart, SECEditLineCol lcEnd, int nCommentType)

Initializing constructor.

EDIT_API SECEditMLComment(int nStartLine, int nStartCol, int nEndLine, int nEndCol, int nCommentType)

Initializing constructor.

Public data members

int m_nCommentType

Identifies the type of comment.