Class NoteCheckBox

NoteCheckBox class

Represents a note tag that can toggle their state between complete and incomplete.

public sealed class NoteCheckBox : CheckBox, IEquatable<NoteCheckBox>, INoteTag

Properties

NameDescription
Checked { get; }Gets a value indicating whether the CheckBox is in the checked state.
CompletedTime { get; }Gets or sets the completed time.
CreationTime { get; set; }Gets or sets the creation time.
FontColor { get; set; }Gets or sets the font color.
Highlight { get; set; }Gets or sets the highlight color.
override Icon { get; }Gets or sets the icon.
Label { get; set; }Gets or sets the label text.
Status { get; }Gets or sets the status.

Methods

NameDescription
static CreateBlueCheckBox(string)Creates a new note checkbox with BlueCheckBoxEmpty icon and specified label.
static CreateBlueCheckBox1(string)Creates a new note checkbox with BlueCheckBox1Empty icon and specified label.
static CreateBlueCheckBox2(string)Creates a new note checkbox with BlueCheckBox2Empty icon and specified label.
static CreateBlueCheckBox3(string)Creates a new note checkbox with BlueCheckBox3Empty icon and specified label.
static CreateBlueExclamationCheckBox(string)Creates a new note checkbox with BlueExclamationCheckBoxEmpty icon and specified label.
static CreateBlueFlagCheckBox(string)Creates a new note checkbox with BlueFlagCheckBoxEmpty icon and specified label.
static CreateBluePersonCheckBox(string)Creates a new note checkbox with BluePersonCheckBoxEmpty icon and specified label.
static CreateBlueRightArrowCheckBox(string)Creates a new note checkbox with BlueRightArrowCheckBoxEmpty icon and specified label.
static CreateBlueStarCheckBox(string)Creates a new note checkbox with BlueStarCheckBoxEmpty icon and specified label.
static CreateGreenCheckBox(string)Creates a new note checkbox with GreenCheckBoxEmpty icon and specified label.
static CreateGreenCheckBox1(string)Creates a new note checkbox with GreenCheckBox1Empty icon and specified label.
static CreateGreenCheckBox2(string)Creates a new note checkbox with GreenCheckBox2Empty icon and specified label.
static CreateGreenCheckBox3(string)Creates a new note checkbox with GreenCheckBox3Empty icon and specified label.
static CreateGreenExclamationCheckBox(string)Creates a new note checkbox with GreenExclamationCheckBoxEmpty icon and specified label.
static CreateGreenFlagCheckBox(string)Creates a new note checkbox with GreenFlagCheckBoxEmpty icon and specified label.
static CreateGreenPersonCheckBox(string)Creates a new note checkbox with GreenPersonCheckBoxEmpty icon and specified label.
static CreateGreenRightArrowCheckBox(string)Creates a new note checkbox with GreenRightArrowCheckBoxEmpty icon and specified label.
static CreateGreenStarCheckBox(string)Creates a new note checkbox with GreenStarCheckBoxEmpty icon and specified label.
static CreateRedFlagCheckBox(string)Creates a new note checkbox with RedFlagCheckBoxEmpty icon and specified label.
static CreateYellowCheckBox(string)Creates a new note checkbox with YellowCheckBoxEmpty icon and specified label.
static CreateYellowCheckBox1(string)Creates a new note checkbox with YellowCheckBox1Empty icon and specified label.
static CreateYellowCheckBox2(string)Creates a new note checkbox with YellowCheckBox2Empty icon and specified label.
static CreateYellowCheckBox3(string)Creates a new note checkbox with YellowCheckBox3Empty icon and specified label.
static CreateYellowExclamationCheckBox(string)Creates a new note checkbox with YellowExclamationCheckBoxEmpty icon and specified label.
static CreateYellowPersonCheckBox(string)Creates a new note checkbox with YellowPersonCheckBoxEmpty icon and specified label.
static CreateYellowRightArrowCheckBox(string)Creates a new note checkbox with YellowRightArrowCheckBoxEmpty icon and specified label.
Equals(NoteCheckBox)Determines whether the specified object is equal to the current object.
override Equals(object)Determines whether the specified object is equal to the current object.
override GetHashCode()Serves as a hash function for the type.
SetCompleted()Sets the tag to completed state using current time as completed time.
SetCompleted(DateTime)Sets the tag to completed state.
virtual SetOpen()Sets the tag to open state.

See Also