Skip to content

BoldSelected Property

Description

Enables or disables the use of a bold selected tab.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property BoldSelected() As Boolean

Remarks

When set to True, the caption of the currently selected tab is displayed in bold.

Example

This sample code illustrates how to disable bold selected tabs:

TabControl.PaintManager.BoldSelected = False

See Also

TabPaintManager Object


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.