Example #1
0
 /// <summary>
 /// Resets the Checked property to its default value.
 /// </summary>
 public void ResetChecked()
 {
     Checked = ButtonCheckState.NotCheckButton;
 }
Example #2
0
 /// <summary>
 /// Initialize a new instance of the AnyButtonSpec class.
 /// </summary>
 public ButtonSpecAny()
 {
     _visible = true;
     _enabled = ButtonEnabled.Container;
     _checked = ButtonCheckState.NotCheckButton;
 }
 /// <summary>
 /// Initialize a new instance of the AnyButtonSpec class.
 /// </summary>
 public ButtonSpecAny()
 {
     _visible = true;
     _enabled = ButtonEnabled.Container;
     _checked = ButtonCheckState.NotCheckButton;
 }