V
V
Vyacheslav Ryzhkov2018-05-26 20:07:11
.NET
Vyacheslav Ryzhkov, 2018-05-26 20:07:11

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();

Question: is it possible to get the property of an element in this way, and if so, how?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question