Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
One little trick on the NumericUpDown is to set the Increment to 0 when in "read-only" mode and it will prevent the value from being changed. A checkbox, on the other hand, is a little more difficult. You can either make it disabled (probably not desirable) or handle the CheckChanged event and set the value back.
|