[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Determines whether or not this control is editable by a user within a browser.

Namespace:  MKB.TimePicker
Assembly:  TimePicker (in TimePicker.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean
public:
property bool ReadOnly {
	bool get ();
	void set (bool value);
}

See Also