NoteTag.CreateYellowTriangle

NoteTag.CreateYellowTriangle method

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

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

Return Value

The NoteTag.

See Also