SECEditMLComment Class

class SECEditMLComment: public SECEditLineColPair

This class encapsulates the text positions for multiline comments.

Defined in: SECEditLineCol.h

Class Members

Construction

 SECEditMLComment()

Constructor.

 SECEditMLComment(int nCommentType)

Initializing Constructor.

 SECEditMLComment(SECEditLineCol lcStart, SECEditLineCol lcEnd, int nCommentType)

Initializing constructor.

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

Initializing constructor.

Public data members

int  m_nCommentType

Identifies the type of comment.