NoteTag.CreateNoIcon

NoteTag.CreateNoIcon method

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

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

Return Value

The NoteTag.

See Also