IVZControlStyle.SetBorderPen

Syntax

SetBorderPen(state: VisualizatorControlState, Value: IGxPenBase);

Parameters

state. Control state

Value. A pen that describes style of control border.

Description

The SetBorderPen method determines the pen that sets style of control border for selected state.

Example

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

See also:

IVZControlStyle