IVZControlStyle.GetBackground

Syntax

GetBackground(state: VisualizatorControlState): IGxBrush;

Parameters

state. Control state.

Description

The GetBackground method returns the brush used to set control background for the specified state.

Example

Example of use is given on the description page of the IVZControlStyle.SetBackground property.

See also:

IVZControlStyle