Stories recently tagged with 'ReadOnly'

How to: Set the PropertyGrid as Read-Only(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 8 months ago

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 something. read more...

add a comment |category: |Views: 161

tags: another

ReadOnly TextBox ASP.NET Control(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 4 years, 8 months ago

Hot to make a TextBox control that renders itself as a plain text if ReadOnly and as an Input otherwise. read more...

1 comment |category: |Views: 31

tags: another