Gets or sets a value that indicates whether the control is read-only to a user interacting with it.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
bool IsReadOnly { get; set; }
Visual Basic (Declaration)
Property IsReadOnly As Boolean

See Also