NoteTag.CreateCommentBubble

NoteTag.CreateCommentBubble method

Creates a new note tag with CommentBubble icon and specified label.

public static NoteTag CreateCommentBubble(string label = "Remember for blog")
ParameterTypeDescription
labelStringThe tag’s label.

Return Value

The NoteTag.

See Also