Exemple #1
0
 /// <summary>
 /// Toggle the checkbox.
 /// </summary>
 public CheckBox Toggle()
 {
     TogglePattern.Create(this)?.Toggle();
     return(this);
 }