Carousel - Design Property

Name of the reusable part to be used to create a new design instance

Member of Carousel (PRIM_CARO)

Data Type - PRIM_OBJT - Base object, use it as the ancestor of components which are not visualized

Details

The Design property defines the base class for all design reusable parts for the Carousel.
 
The reusable part specified must implement the Prim_Book.iCarouselDesign interface which allows the Carousel to intereact with the resuable part instances.

Example

The name specified in the Design property will be used as a parameterized type on the definition of the Carousel.
 
Here a resuable part called MyCarouselDesign has been used.
 Define_Com Class(#Prim_Caro<#MyCarouselDesign>) Name(#Carousel)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2