|
|
| Properties |
 |
| BackColor |
Returns or sets the background color of an object. |
| BorderStyle |
Returns or sets the border style for an object. |
| Enabled |
Returns or sets a value that determines whether IconList control can respond to user-generated events. |
| Filename |
Returns or sets the current Filename. |
| hDC |
Returns a handle to the device context of an IconList control. |
| hWnd |
Returns the handle to the IconList control. |
| Images |
Returns a collection of Image objects. An Image object represents an individual image in the Images collection of a IconList control. |
| ItemsCount |
Returns the number of items in the Images collection. |
| LabelBorderStyle |
Returns or sets the border style of the labels. |
| Quality |
Returns or sets the quality of rendering. |
| ResourceType |
Returns or sets the type of the resource file. |
| SelectedItem |
Returns or sets the currently selected cImage object. |
| ThumbBorderStyle |
Returns or sets the border style for the graphic of a cImage object. |
| Thumbnails |
Returns a collection of Thumbnail objects. An Thumbnail object represents an individual thumbnail in the Thumbnails collection of a IconList control. |
| ThumbSize |
Returns the size of a Thumbnail object in the List. |
| ThumbSpace |
Returns the distance, between the Thumbnail objects in the List. |
| VisibleFirst |
Returns the index of the first visible item in the List. |
| VisibleItems |
Returns the number of the visible items in the List. |
| VisibleLast |
Returns the index of the last visible item in the List. |
|
| Methods |
 |
| Clear |
Initializes the IconList control. Clears the background and initializes all variables and objects. |
| EnsureVisible |
Ensures the Thumbnail of a specified cImage object is visible. If necessary, this method scrolls the IconList control's contents. |
| GetItemIndex |
Returns the index of a cImage object in the List (1 base index). |
| Redraw |
Initializes the control, re-processes any specified file and redraws the Thumbnails. |
| Refresh |
Forces a complete repaint of an IconList control. |
|
| Events |
 |
| Click |
(Img as cImage) |
| DblClick |
(Img as cImage) |
| HitTest |
(Img as cImage) |
| KeyDown |
(KeyCode as Integer, Shift as Integer) |
| KeyUp |
(KeyCode as Integer, Shift as Integer) |
| MouseDown |
(Img as cImage, Button as Integer, Shift as Integer, X as Single, Y as Single) |
| MouseUp |
(Img as cImage, Button as Integer, Shift as Integer, X as Single, Y as Single) |
| MouseMove |
(Button as Integer, Shift as Integer, X as Single, Y as Single) |
| SelChanged |
(Img as cImage) |
|
cImage Object
| Properties |
 |
| BPP |
Returns or sets the Bits Per Pixel of the image represented by the cImage object. |
| Height |
Returns or sets the Height of the image represented by the cImage object. |
| HotSpotX |
Returns or sets the horizontal coordinate of the HotSpot of the image represented by the cImage object. |
| HotSpotY |
Returns or sets the vertical coordinate of the HotSpot of the image represented by the cImage object. |
| Selected |
Returns or sets a value that determines, whether the thumbnail of the image represented by the cImage object will be drawn as Selected. |
| Size |
Returns or sets the Size of the image represented by the cImage object. |
| Text |
Returns or sets a string that specifies the label's text of the cImage object. |
| Width |
Returns or sets the Width of the image represented by the cImage object. |
|
| Methods |
 |
| Render |
Renders a cImage bitmap from a source rectangle into a destination rectangle, stretching or compressing the bitmap to fit the dimensions of the destination rectangle, if necessary. |
|
Thumbnail Object
| Properties |
 |
| ID |
Returns or sets the ID of a Thumbnail object. |
| LabelBottom |
Returns or sets the distance, between the bottom edge of a Thumbnail's label and the top edge of Thumbnailer. |
| LabelTop |
Returns or sets the distance, between the top edge of a Thumbnail's label and the top edge of Thumbnailer. |
| ThumbBottom |
Returns or sets the distance, between the bottom edge of a Thumbnail graphic and the top edge of Thumbnailer. |
| ThumbLeft |
Returns or sets the distance, between the left edge of a Thumbnail graphic and the left edge of Thumbnailer. |
| ThumbRight |
Returns or sets the distance, between the right edge of a Thumbnail graphic and the left edge of Thumbnailer. |
| ThumbTop |
Returns or sets the distance, between the top edge of a Thumbnail graphic and the top edge of Thumbnailer. |
|
|
|