EditorWithReadOnlyTextAttribute.ReadonlyText Property
Returns truetrue (True in Visual Basic) if the textbox created for this property should be readonly, otherwise falsefalse (False in Visual Basic).
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ReadonlyText As Boolean
public bool ReadonlyText { get; }
public:
property bool ReadonlyText {
bool get ();
}
public function get ReadonlyText () : boolean
See Also
EditorWithReadOnlyTextAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace