Share via


FormGroupControl.labelCharacterSet Method

Sets or returns the character set of the font for the label text for a form group control.

Syntax

public int labelCharacterSet([int value])

Run On

Client

Parameters

  • value
    Type: int
    An integer value that specifies the character set of the font for the label text; optional.

Return Value

Type: int
An Integer data type value that specifies the character set of the font for the label text.

Remarks

A character set is a group of alphabetical, numeric, and other characters that have some relationship in common. For example, a character set might be used for a specific country/region or language.

For a list of possible values for the value parameter, see the characterSet method.

For a list of possible return values, see the characterSet method.

See Also

Reference

FormGroupControl Class