Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabsTabs.ShowFocusRectangle Property

Defines whether the focus rectangle is displayed when the control has the input focus.

Syntax

Get
VBBoolean = object.ShowFocusRectangle As Boolean
Put
VBobject.ShowFocusRectangle = Boolean As Boolean

object

A SftTabsTabs object.

Boolean

Defines whether the focus rectangle is displayed when the control has the input focus.

BooleanDescription
TrueThe focus rectangle is displayed when the control has the input focus.
FalseThe focus rectangle is never displayed even if the control has the input focus.

Comments

The ShowFocusRectangle property defines whether the focus rectangle is displayed when the control has the input focus.

If the ShowFocusRectangle property is set to False, the user cannot distinguish a control with the input focus from one without the input focus. This is typically used for tab controls without client areas, where the focus is shifted to another control when a tab is selected.

See Also SftTabsTabs Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.