Share via


FormGroupControl.italic Method

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

Syntax

public boolean italic([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    A Boolean value that indicates whether the text for a form group control is italic; optional.

Return Value

Type: boolean
true if the text is italic; otherwise, false.

See Also

Reference

FormGroupControl Class