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