Click or drag to resize

UserInterfaceTextBoxReadOnly Property

A read only text box can take focus and be scrolled through, but typing does not change it. False by default.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool ReadOnly { get; set; }

Property Value

Type: Boolean
See Also