[This is preliminary documentation and is subject to change.]

Gets or sets value indicating if this NumericUpDown is read-only (value cannot be changed)

Namespace: Tools.WindowsT.WPF.ControlsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool IsReadOnly { get; set; }
Visual Basic
Public Property IsReadOnly As Boolean
	Get
	Set
Visual C++
public:
property bool IsReadOnly {
	bool get ();
	void set (bool value);
}
F#
member IsReadOnly : bool with get, set
JScript
function get IsReadOnly () : boolean
function set IsReadOnly (value : boolean)

See Also

Collapse/expand Version History

1.5.3

  • This property is new in version 1.5.3