CNiSlide::Images

CNi

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

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

CNiImage Images(
    const CString& itemName);

'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

const CString& itemName

Specifies the name of the image object to return. The following list includes valid image names.

  • CNiSlide::Caption
  • CNiSlide::Background
  • CNiSlide::Border
  • CNiSlide::Interior
  • CNiSlide::Frame
  • CNiSlide::Increment Button
  • CNiSlide::Decrement Button
  • CNiSlide::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, the pointer's default image names are specified as "Pointer-2", "Pointer-3", "Pointer-4", etc. If you change the name of any of the pointers, the default image name is no longer valid and you must use the new name to access the image object.

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