Unicode Controls & Classes for VB6 - Version 4

ctlColorWL.ShowFocus Property

Gets or sets the ability to display a focus rectangle when the control has the focus

Syntax
Public Property Get ShowFocus () As Boolean
Public Property Let ShowFocus (ByVal New_Value As Boolean)
Parameters
Parameter Description
ByVal New_Value As Boolean True for showing the Focus rectangle, False otherwise
Remarks