CleanCode C# Libraries v0.9.23 API

SyntaxHilightTextBox.ClosedCommentStartMark Property

Gets or sets the closed comment start mark.

public String ClosedCommentStartMark {get; set;}

Property Value

The closed comment start mark.

Remarks

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

/*
.

See Also

SyntaxHilightTextBox Class | CleanCodeControls.Forms Namespace