![]() |
Images()








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