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'.
 
Back
Top