Wimark.Controls Class Library  

TextBox.HideSelection Property

Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus.

[Visual Basic]
Public Property HideSelection As Boolean 
[C#]
public bool HideSelection {get; set;}
[C++]
public: __property bool get_HideSelection();
public: __property void set_HideSelection(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TextBox Class | TextBox Members | Wimark.Controls Namespace