Share via


FormGroupControl.labelItalic Method

Definition

Overloads

labelItalic()

Sets or returns a Boolean data type that indicates whether the label text for a form group control is italic.

labelItalic(Boolean)

labelItalic()

Sets or returns a Boolean data type that indicates whether the label text for a form group control is italic.

public:
 virtual bool labelItalic();
public virtual bool labelItalic ();
abstract member labelItalic : unit -> bool
override this.labelItalic : unit -> bool
Public Overridable Function labelItalic () As Boolean

Returns

true if the label text is italic; otherwise, false.

Applies to

labelItalic(Boolean)

public:
 virtual bool labelItalic(bool _value);
public virtual bool labelItalic (bool _value);
abstract member labelItalic : bool -> bool
override this.labelItalic : bool -> bool
Public Overridable Function labelItalic (_value As Boolean) As Boolean

Parameters

_value
Boolean

A Boolean value that indicates whether the label text is italic; optional.

Returns

Applies to