Skip to content

TabStateButtonFaceLight Property

Description

Light face color of a State Button style tab button.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property TabStateButtonFaceLight() As ULong

Remarks

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

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

The following XTPTabColorStyle color sets use TabStateButtonFaceLight 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.