Share via


FormRadioControl.italic Method

Sets or returns a value that indicates whether the text in the control is italic.

Syntax

public boolean italic([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    The value for the control's italic setting; optional.

Return Value

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

See Also

FormRadioControl Class

FormRadioControl.bold Method