FormGroupControl.backgroundImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
backgroundImage(Image, Int32) | |
backgroundImage() |
Specifies the background image for a form group control. |
backgroundImage(Image) |
backgroundImage(Image, Int32)
public:
virtual Dynamics::AX::Application::Image ^ backgroundImage(Dynamics::AX::Application::Image ^ _image, int _drawMode);
public virtual Dynamics.AX.Application.Image backgroundImage (Dynamics.AX.Application.Image _image, int _drawMode);
abstract member backgroundImage : Dynamics.AX.Application.Image * int -> Dynamics.AX.Application.Image
override this.backgroundImage : Dynamics.AX.Application.Image * int -> Dynamics.AX.Application.Image
Public Overridable Function backgroundImage (_image As Image, _drawMode As Integer) As Image
Parameters
- _image
- Image
An Integer data type that specifies how the image is drawn; optional.
- _drawMode
- Int32
An Integer data type that specifies how the image is drawn; optional.
Returns
Applies to
backgroundImage()
Specifies the background image for a form group control.
public:
virtual Dynamics::AX::Application::Image ^ backgroundImage();
public virtual Dynamics.AX.Application.Image backgroundImage ();
abstract member backgroundImage : unit -> Dynamics.AX.Application.Image
override this.backgroundImage : unit -> Dynamics.AX.Application.Image
Public Overridable Function backgroundImage () As Image
Returns
An Image object.
Applies to
backgroundImage(Image)
public:
virtual Dynamics::AX::Application::Image ^ backgroundImage(Dynamics::AX::Application::Image ^ image1);
public virtual Dynamics.AX.Application.Image backgroundImage (Dynamics.AX.Application.Image image1);
abstract member backgroundImage : Dynamics.AX.Application.Image -> Dynamics.AX.Application.Image
override this.backgroundImage : Dynamics.AX.Application.Image -> Dynamics.AX.Application.Image
Public Overridable Function backgroundImage (image1 As Image) As Image
Parameters
- image1
- Image