Skip to content

ShowIcons Property

Description

Hides/Un-hides tab icons. Tab icons will appear to the left of the caption when ShowIcons = True.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ShowIcons() As Boolean

Remarks

The SetIconSize method can be used to change the size of icons displayed in the tab buttons.

Example

' This sample code illustrates how to hide the icons displayed in your tabs.
TabControl.PaintManager.ShowIcons = False

See Also


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