Skip to content

IsColorSupported Method

Description

Checks to see if a XTPTabColorStyle is supported for the currently set Appearance.

Syntax

Public Function IsColorSupported( _
    ByVal Color As XTPTabColorStyle _
) As Boolean

Parameters

  • Color: The color to be checked. Possible values include:
Value Description
xtpTabColorDefault Tabs will use the default color for the currently set Appearance.
xtpTabColorOffice2003 Tabs will use the Office 2003 color style for the currently set Appearance.
xtpTabColorOffice2007 Tabs will use the Office 2007 color style for the currently set Appearance.
xtpTabColorVisualStudio2008 Tabs will use the Visual Studio 2008 color style for the currently set Appearance.
xtpTabColorVisualStudio Tabs will use the Visual Studio color style for the currently set Appearance.
xtpTabColorWinXP Tabs will use the Windows XP color style for the currently set Appearance.
xtpTabColorWhidbey Tabs will use the Visual Studio 2005 "Whidbey" color style for the currently set Appearance.
xtpTabColorAccess2007 Tabs will use the Access 2007 color style for the currently set Appearance.
xtpTabColorOffice2007Access Tabs will use the Office 2007 Access color style for the currently set Appearance.
xtpTabColorOffice2013 Tabs will use the Office 2013 color style for the currently set Appearance.
xtpTabColorOffice2016 Tabs will use the Office 2016 color style for the currently set Appearance.
xtpTabColorVisualStudio2015 Tabs will use the Visual Studio 2015 color style for the currently set Appearance.
xtpTabColorNativeWindows10 Tabs will use the Native Windows 10 color style for the currently set Appearance.
xtpTabColorVisualStudio2017 Tabs will use the Visual Studio 2017 color style for the currently set Appearance.
xtpTabColorVisualStudio2019 Tabs will use the Visual Studio 2019 color style for the currently set Appearance.
xtpTabColorVisualStudio2022 Tabs will use the Visual Studio 2022 color style for the currently set Appearance.
xtpTabColorAll Tabs will use all available color styles for the currently set Appearance.

See Also

TabPaintManager Object


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