AutoCompleteTextBoxIsReadOnly Property |
Gets or sets a value indicating whether this object is read only.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
Get
Set
public:
property bool IsReadOnly {
bool get ();
void set (bool value);
}
member IsReadOnly : bool with get, set
Property Value
Type:
BooleanTrue if this object is read only, false if not.
See Also