SECEditMLComment::SECEditMLComment
Constructs an SECEditMLComment object.
Defined in: SECEditLineCol.cpp
Syntax
SECEditMLComment();SECEditMLComment(int nCommentType);
SECEditMLComment(SECEditLineCol lcStart, SECEditLineCol lcEnd, int nCommentType);
SECEditMLComment(int nStartLine, int nStartCol, int nEndLine, int nEndCol, int nCommentType);
Parameters
nCommentType
Identifies the type of comment.
lcStart
The starting position of the comment.
lcEnd
The ending position of the comment.
nStartLine
The starting line index of the comment.
nStartCol
The starting column index of the comment.
nEndLine
The ending line index of the comment.
nEndCol
The ending column index of the comment.
See Also