ToolStripTextBox::HideSelection Property
.NET Framework (current version)
Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the selected text does not appear highlighted when the text box control loses focus; false, if the selected text remains highlighted when the text box control loses focus. The default is true.
You can use this property to keep text highlighted in a text box control while another form or a dialog box has focus, such as a spelling checker dialog box.
The following code example demonstrates the syntax for setting various ToolStripTextBox common property settings, including the HideSelection property .
.NET Framework
Available since 2.0
Available since 2.0
Show: