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