Unicode Controls & Classes for VB6 - Version 4

ctlUniTextBoxXP.HideSelection Property

Gets or sets the ability to maintain the text selection visible also when the control has no focus (set HideSelection = False)

Syntax
Public Property Get HideSelection () As Boolean
Public Property Let HideSelection (ByVal bState As Boolean)
Parameters
Parameter Description
ByVal bState As Boolean False to always see the selection, True to see the selection when the control has the focus
Remarks