Readonly Checkbox in VB.Net 2003

  • Thread starter Thread starter CR
  • Start date Start date
C

CR

Is there something I am missing? I have a user interface which needs to be
the same whether in view, or edit mode, and it contains checkboxes. How can
I make my checkboxes readonly, similar to the textbox readonly state?
Thanks
 
CR said:
Is there something I am missing? I have a user interface which needs to be
the same whether in view, or edit mode, and it contains checkboxes. How
can I make my checkboxes readonly, similar to the textbox readonly state?

Set the control's 'AutoCheck' property to 'False'.
 

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