NoteCheckBox.CreateGreenCheckBox

NoteCheckBox.CreateGreenCheckBox method

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

public static NoteCheckBox CreateGreenCheckBox(string label = "")
ParameterTypeDescription
labelStringThe tag’s label.

Return Value

The NoteCheckBox.

See Also