Description

Gets or sets a value indicating whether the selection in the control remains highlighted even when the control loses focus.

Syntax

object.HideSelection [ = Boolean ]

Property Value

True if the selection does not appear highlighted when the control loses focus; false if the selection still appears highlighted when the control loses focus. The default is true.

Remarks

When this property is set to false, the selection in the control remains highlighted in a different color than the current selection color specified by the operating system when the control loses focus. You can use this property to keep items that are selected by the user visible when the user clicks a different control on the form or moves to a different window.

See Also

Applies To: ListView | TextBox | TreeView


The CHM file was converted to HTML by chm2web software.