Click or drag to resize

ButtonImageList Class

X#
Create an image list for use with buttons.
Inheritance Hierarchy
Object
  VObject
    ImageList
      ButtonImageList

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS ButtonImageList INHERIT ImageList
Request Example View Source

The ButtonImageList type exposes the following members.

Constructors
  NameDescription
Public methodButtonImageList
Constructs an image list object that is used by the button class for WinXP support.
Top
Properties
  NameDescription
Public propertyImage
The current image object in the ButtonImageList.
Public propertyImageCount
The number of images in the ImageList object.
(Inherited from ImageList.)
Top
Methods
  NameDescription
Public methodAdd
Add an icon or bitmap to the image list.
(Inherited from ImageList.)
Public methodAddMask
Adds an image or images to an image list and generates a mask from the specified bitmap.
(Inherited from ImageList.)
Public methodBeginDrag
Begin a drag operation on an image list.
(Inherited from ImageList.)
Public methodCreateOverlayImage
Create an overlay image from an image in an image list.
(Inherited from ImageList.)
Public methodDragEnter
Starts a drag-and-drop operation at the given position in the given window.
(Inherited from ImageList.)
Public methodDragLeave
Ends a drag-and-drop operation.
(Inherited from ImageList.)
Public methodDragMove
Drag an image list to the specified position.
(Inherited from ImageList.)
Public methodEndDrag
End a drag operation on an image list.
(Inherited from ImageList.)
Public methodHandle
Return the Windows handle of the image list, which can be used in Windows.
(Inherited from ImageList.)
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
Images used on buttons are automatically put into a ButtonImageList as part of the WinXP support.
See Also

Reference