Skip to content

TabStateButtonFaceDark Property

Description

Dark face color of a State Button style tab button.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property TabStateButtonFaceDark() As ULong

Remarks

The tab face is the color of the tab button. TabStateButtonFaceDark is the dark color used in a gradient fill of the tab button. The gradient fill starts with TabStateButtonFaceDark on top and smoothly transitions to TabStateButtonFaceLight on the bottom of the tab button.

TabStateButtonFaceDark is only used when the XTPTabAppearanceStyle is set to xtpTabAppearanceStateButtons.

The following XTPTabColorStyle color sets use TabStateButtonFaceDark when applied to the xtpTabAppearanceStateButtons appearance:

  • xtpTabColorOffice2003 - Office 2003 Color Set.
  • xtpTabColorVisualStudio - Visual Studio Color Set.
  • xtpTabColorDefault - Default Color Set.

See Also


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