Share via


FormGroupControl.colorScheme Method

Gets or sets the color scheme of the control.

Syntax

public int colorScheme([int value])

Run On

Client

Parameters

  • value
    Type: int
    An Integer data type that specifies the color palette for a form group control; optional.

Return Value

Type: int
An integer between 0 (zero) and 2, inclusive.

Remarks

The color scheme is defined according to the following table.

Value

Style

0

Default.

1

The Windows palette.

2

The true-color scheme.

See Also

Reference

FormGroupControl Class