LiteFocus Property

Determines if the focus rectangle is drawn normally or only with a dotted line.


Syntax

object.LiteFocus [= value ]

The syntax of the LiteFocus property has these parts:

PartDescription
objectA DCombo control.
value  A boolean expression that determines if the focus rectangle is drawn with only a dotted line (True), or normal (False).

Remarks

This property only affects the control when the CBStyle property is set to DropdownList.

Data Type

Boolean