Property TextReadOnly
TextReadOnly
Gets or sets whether property editor is readonly.
bool? TextReadOnly { get; set; }
Property Value
- bool?
Remarks
This doesn't change readonly status of ellipsis button. If you need to change readonly status of all parts of property editor, use SetPropertyReadOnly(IPropertyGridItem, bool, bool).