CNiSlide::Images

CNi

Class
CNiSlide::
Images()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: GetIidNext page: Images    
Public Function Declared in:
NiSlide.h

'Declaration' icon -- Shortcut to top of page. Declaration

CNiImage Images(
    long itemIndex);

'Description' icon -- Shortcut to top of page. 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.

Shortcut to top of page. 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.

'See Also' icon -- Shortcut to top of page. See Also