Readonly Property

  • Thread starter Thread starter Alessandro Rossi
  • Start date Start date
A

Alessandro Rossi

Hi,
I will want to find if a control is a type of control that
has the "ReadOnly" property.

Who can help me?

Thank you so much
Alessandro Rossi
 
Alessandro Rossi said:
I will want to find if a control is a type of control that
has the "ReadOnly" property.

Call GetType on the control reference, then call
GetProperty("ReadOnly") on the type.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top