Share via


FormGroupControl.backgroundImage Method

Specifies the background image for a form group control.

Syntax

public Image backgroundImage([Image image, int drawMode])

Run On

Client

Parameters

  • image
    Type: Image Class
    An Image object that loads an image; optional.
  • drawMode
    Type: int
    An Integer data type that specifies how the image is drawn; optional.

Return Value

Type: Image Class
An Image object.

See Also

Reference

FormGroupControl Class