VB Image Control Properties Guide
Common properties of the Image control in VB include:
- Image: Used to set or retrieve the image displayed by the control.
 - SizeMode: used to adjust the display of an image, options include AutoSize, CenterImage, Normal, Stretch, and Zoom.
 - Location: used to set or retrieve the position of the image within the control.
 - Size: used to set or get the size of an image.
 - BackColor: Used to set or retrieve the background color of the control.
 - BorderStyle: Used to define the style of the border of a control, the options include FixedSingle, Fixed3D, and None.
 - Enabled: used to set or retrieve whether a control is able to be used.
 - Visible: Used to set or retrieve whether the control is visible.
 - Tag: used to attach additional data to a widget.
 - Name: Used to set or retrieve the name of the control.
 - TabIndex: is used to determine the position of a control in the tab order when pressing the Tab key.
 - TabStop: Used to indicate whether a control supports switching focus with the Tab key.
 - Set or retrieve the text information for the control.
 - Font: Used to set or retrieve the font properties of a control.
 - ForeColor: Used to set or get the foreground color of a control.