![]() |
Images()








Public Function |
Declared in: NiSlide.h |
Declaration
CNiImage Images( long itemIndex);
Description
Gets the image object associated with the specified part of the CNiSlide control.
Note: You can use the Images function to perform operations such as loading custom bitmaps and adjusting blink or animation speeds.
Parameters
long itemIndex
Specifies the index of the image object to return. The following list includes valid image indices.
- CNiSlide::1 - Caption
- CNiSlide::2 - Background
- CNiSlide::3 - Border
- CNiSlide::4 - Interior
- CNiSlide::5 - Frame
- CNiSlide::6 - Increment Button
- CNiSlide::7 - Decrement Button
- CNiSlide::8 - Pointer-1
Note: If you add new pointers to the CNiSlide control either through the Pointers collection property or through the control's property pages, their image indices are specified as 9, 10, 11, etc.