CleanCode C# Libraries v0.9.23 API

SyntaxHilightTextBox.ClosedCommentEndMark Property

Gets or sets the closed comment end mark.

public String ClosedCommentEndMark {get; set;}

Property Value

The closed comment start mark.

Remarks

Used in conjunction with ClosedCommentStartMark, these two strings delineate a portion of text to be colored using the CommentColor. Default is

*/
.

See Also

SyntaxHilightTextBox Class | CleanCodeControls.Forms Namespace