ImageList (img)
ImageList - |
Useful Code
Copy the first image from the Image List to be pasted onto a commanbar.
This collection is 0-based.
Dim frmtemp As New frmSettings()
gCmdBar.ButtonFaceCopyFromImageList("imgCustomImages", frmtemp.imgCustomImages, 0)
frmtemp = Nothing
Properties
ColorDepth | Gets the color depth of the image list. |
Images | Gets the ImageList.ImageCollection for this image list. |
ImageSize | Gets or sets the size of the images in the image list. |
ImageStream | Gets the ImageListStreamer associated with this image list. |
Tag | Gets or sets an object that contains additional data about the ImageList. |
TransparentColor | Gets or sets the color to treat as transparent. |
Methods
Draw | Overloaded. Draws the indicated image. |
ToString | Overridden. Returns a string that represents the current ImageList. |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext