PopupEditorBindableProperty.TextReadOnly Property
Gets whether this property allows user input.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property TextReadOnly As Boolean
public bool TextReadOnly { get; }
public:
property bool TextReadOnly {
bool get ();
}
public function get TextReadOnly () : boolean
Return Value
false if this property allows user input; Otherwise true.
See Also
PopupEditorBindableProperty Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace