The Portrate Interview Engine

AbstractControl.ReadOnly Property

Get/set whether or not this control is read-only.

[Visual Basic]
Public Property ReadOnly As Boolean
[C#]
public bool ReadOnly { get; set; }
[C++]
public: __property bool get_ReadOnly();
public: __property void set_ReadOnly(bool );
[JScript]
public function get ReadOnly() : bool
public function set ReadOnly(bool);

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace