Click or drag to resize

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; }

Property Value

Type: Boolean
True if this object is read only, false if not.
See Also