FormGroupControl.labelCharacterSet Method

Definition

Overloads

labelCharacterSet()

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

labelCharacterSet(Int32)

labelCharacterSet()

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

public:
 virtual int labelCharacterSet();
public virtual int labelCharacterSet ();
abstract member labelCharacterSet : unit -> int
override this.labelCharacterSet : unit -> int
Public Overridable Function labelCharacterSet () As Integer

Returns

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.

Applies to

labelCharacterSet(Int32)

public:
 virtual int labelCharacterSet(int _value);
public virtual int labelCharacterSet (int _value);
abstract member labelCharacterSet : int -> int
override this.labelCharacterSet : int -> int
Public Overridable Function labelCharacterSet (_value As Integer) As Integer

Parameters

_value
Int32

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

Returns

Applies to