Specifies how the focus rectangle is drawn around the check box.
Declaration
componentObj.FullFocusRect
Read-Write Property | Boolean |
componentObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
Description
The FullFocusRect
property specifies how the focus rectangle is drawn around the check box component. If this property is True, the focus rectangle is drawn around the entire caption area of the check box, according to the check box width. If this property is False, which is the default value, the focus rectangle is drawn closely to the caption text. Note that in any case the focus rectangle does not include the check mark.
Property Value
True, if the focus rectangle is drawn around the entire caption area; False if it is drawn around the caption text.