ToolStripTextBox::ReadOnly Property
.NET Framework (current version)
Gets or sets a value indicating whether text in the ToolStripTextBox is read-only.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the ToolStripTextBox is read-only; otherwise, false. The default is false.
When this property is set to true, the contents of the control cannot be changed by the user at runtime, but you can still change the contents in code. You can use this feature instead of disabling the control with the Enabled property to allow the contents to be copied.
.NET Framework
Available since 2.0
Available since 2.0
Show: