GetCurrentColourScheme

www.progui.co.uk  Top  Previous  Next

GetCurrentColourScheme()

Syntax

UIColourScheme = GetCurrentColourScheme()

Description

 

Returns the currently active colour scheme for styled components such as MenuEx, ToolbarEx and Rebars.

The returned value can be any of the following constants: -

 

#UICOLOURMODE_DEFAULT_BLUE

The User Interface is currently using the default blue colour scheme.

#UICOLOURMODE_DEFAULT_OLIVE

The User Interface is currently using the default olive colour scheme.

#UICOLOURMODE_DEFAULT_SILVER

The User Interface is currently using the default silver colour scheme.

#UICOLOURMODE_DEFAULT_GREY

The User Interface is currently using the default classic grey colour scheme.

#UICOLOURMODE_CUSTOM_BLUE

The User Interface is currently using the custom blue colour scheme.

#UICOLOURMODE_CUSTOM_OLIVE

The User Interface is currently using the custom olive colour scheme.

#UICOLOURMODE_CUSTOM_SILVER

The User Interface is currently using the custom silver colour scheme.

#UICOLOURMODE_CUSTOM_GREY

The User Interface is currently using the custom classic grey colour scheme.

 

 

Colours & Images Index