NoteCheckBox.CreateBlueCheckBox

NoteCheckBox.CreateBlueCheckBox method

Creates a new note checkbox with BlueCheckBoxEmpty icon and specified label.

public static NoteCheckBox CreateBlueCheckBox(string label = "To Do")
ParameterTypeDescription
labelStringThe tag’s label.

Return Value

The NoteCheckBox.

See Also