Skip to content

Appearance Property

Description

Gets/Sets the appearance of the tabs.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Appearance() As [XTPTabAppearanceStyle](XtremeCommandBars~Enumerations~XTPTabAppearanceStyle_EN.md)

Remarks

The TabControl allows you to easily change the appearance of your TabControl tabs. You can choose from several built-in appearances.

Example

This sample code illustrates how to change the tab appearance to look like Visual Studio style tabs using the Office 2003 color scheme.

' This sample code illustrates how to change the tab appearance to look like Visual Studio style tabs using the Office 2003 color scheme.  
TabControl.PaintManager.Appearance = xtpTabAppearanceVisualStudio  
TabControl.PaintManager.Color = xtpTabColorOffice2003

See Also

TabPaintManager Object


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