By tag: ReadOnly
0
kicks
How to: Set the PropertyGrid as Read-Only
The default PropertyGrid control provided by the WinForms collection doesn’t support a read-only functionality. Setting the PropertyGrid as read-only might be useful if you want to allow your users to fully inspect a rich property object exposed by the PropertyGrid without the possibility to change ...
0
kicks
ReadOnly TextBox ASP.NET Control
Hot to make a TextBox control that renders itself as a plain text if ReadOnly and as an Input otherwise.