Image Object [Access 2003 VBA Language Reference]

Image
Properties

This object corresponds to an image control. The image control can add a picture to a form or report. For example, you could include an image control for a logo on an Invoice report.

Control: Tool:
Control Control

Note   This control should not be confused with the Dynamic HTML image control used on a data access page. For information about a image control on a data access page, see Image Control (Data Access Page).

You can use the image control or an unbound object frame for unbound pictures. The advantage of using the image control is that it's faster to display. The advantage of using the unbound object frame is that you can edit the object directly from the form or report.

Properties | BackColor Property | BackStyle Property | BorderColor Property | BorderStyle Property | BorderWidth Property | Controls Property | ControlTipText Property | ControlType Property | DisplayWhen Property | EventProcPrefix Property | Height Property | HelpContextId Property | Hyperlink Property | HyperlinkAddress Property | HyperlinkSubAddress Property | ImageHeight Property | ImageWidth Property | InSelection Property | IsVisible Property | Left Property | Name Property | ObjectPalette Property | OldBorderStyle Property | OldValue Property | OnClick Property | OnDblClick Property | OnMouseDown Property | OnMouseMove Property | OnMouseUp Property | Picture Property | PictureAlignment Property | PictureData Property | PictureTiling Property | PictureType Property | Properties Property | Section Property | ShortcutMenuBar Property | SizeMode Property | SpecialEffect Property | Tag Property | Top Property | Visible Property | Width Property

Methods | Move Method | Requery Method | SetFocus Method | SizeToFit Method

Events | Click Event | DblClick Event | MouseDown Event | MouseMove Event | MouseUp Event

Parent Objects

Child Objects | Properties Object