Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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