I suppose you only mean that on opening a form, one or more check boxes are checked .
Simply write in the Form_Load
method
private void Form_Loaded (object sender, RoutedEventArgs e) {
CheckBox1.IsChecked = true;
}
</p>
I suppose you only mean that on opening a form, one or more check boxes are checked .
Simply write in the Form_Load
method
private void Form_Loaded (object sender, RoutedEventArgs e) {
CheckBox1.IsChecked = true;
}
</p>
For further actions, you may consider blocking this person and/or reporting abuse
Theodore Kelechukwu Onyejiaku -
Olatunde Emmanuel -
Alexi Tomala -
Luan Nguyen -
Top comments (0)