Answer the question
In order to leave comments, you need to log in
How to get form element properties through OpenForms?
The principle is this. There is a form with a CheckBox on it. Then we hide it. And after on another form, we need to find out the Checked value from this CheckBox. Through I can reopen this form:Application.OpenForms["название формы"]
Form form = Application.OpenForms["choose"];
form.Show();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question