NoteTag.CreateBlueTriangle

NoteTag.CreateBlueTriangle method

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

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

Return Value

The NoteTag.

See Also