[]
Specifies a symbol to be used for a checkbox state.
public class CheckBoxSymbol
Gets or sets the character for the Unicode character value of the symbol.
public char Character { get; set; }
Get or sets the font that will be used to format this symbol.
public string FontName { get; set; }
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
obj
objectThe object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
public override int GetHashCode()
A hash code for the current object.