NoteTag.CreateYellowStar

NoteTag.CreateYellowStar method

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

public static NoteTag CreateYellowStar(string label = "Important")
ParameterTypeDescription
labelStringThe tag’s label.

Return Value

The NoteTag.

See Also