示例#1
0
 /// <summary>
 /// Initializes a new instance of the <b>CheckBoxObject</b> class with default settings.
 /// </summary>
 public CheckBoxObject()
 {
     checkColor      = Color.Black;
     dataColumn      = "";
     expression      = "";
     isChecked       = true;
     checkedSymbol   = CheckedSymbol.Check;
     uncheckedSymbol = UncheckedSymbol.None;
     checkWidthRatio = 1;
     SetFlags(Flags.HasSmartTag, true);
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <b>CheckBoxObject</b> class with default settings.
 /// </summary>
 public CheckBoxObject()
 {
     FCheckColor      = Color.Black;
     FDataColumn      = "";
     FExpression      = "";
     FChecked         = true;
     FCheckedSymbol   = CheckedSymbol.Check;
     FUncheckedSymbol = UncheckedSymbol.None;
     FCheckWidthRatio = 1;
     SetFlags(Flags.HasSmartTag, true);
 }