Rollist object
Tip The /COM object can be placed on a HTML page (with usage of the HTML object tag:  <object classid="clsid:...">)  using the class identifier: {08EA793D-92E4-4DA3-A66D-06E33F1F3945}. The object's program identifier is: "Exontrol.Rollist". The /COM object module is: "ExRollist.dll"
The RolList control handles and displays lists on an elliptic shape. The RolList object supports the following methods and properties:

NameDescription
AddAdds an Item object to the collection and returns a reference to the newly created object.
AnchorFromPointRetrieves the identifier of the anchor from point.
AppearanceRetrieves or sets the control's appearance.
AttachTemplateAttaches a script to the current object, including the events, from a string, file, a safe array of bytes.
AutoSearchEnables or disables the incremental search feature.
BackColorSpecifies the control's background color.
BackgroundReturns or sets a value that indicates the background color for parts in the control.
BeginUpdateMaintains performance when items are added to the control one at a time. This method prevents the control from painting until the EndUpdate method is called.
BorderColorSpecifies a value that indicates the color of the border for each item.
BorderHeightSets or retrieves a value that indicates the border height of the control.
BorderWidthSets or retrieves a value that indicates the border width of the control.
CountReturns the number of items in the control.
EnabledEnables or disables the control.
EndUpdateResumes painting the control after painting is suspended by the BeginUpdate method.
EventParamRetrieves or sets a value that indicates the current's event parameter.
ExecuteTemplateExecutes a template and returns the result.
FontRetrieves or sets the control's font.
ForeColorSpecifies the control's foreground color.
FormatAnchorSpecifies the visual effect for anchor elements in HTML captions.
HTMLPictureAdds or replaces a picture in HTML captions.
hWndRetrieves the control's window handle.
ImagesSets at runtime the control's image list. The Handle should be a handle to an Image List Control.
ImageSizeRetrieves or sets the size of icons the control displays..
ItemReturns a specific Item from the collection.
ItemBackColorSpecifies the default background color for all items.
ItemBorderSizeSpecifies the size of the border for items.
ItemFromPointRetrieves the item from cursor.
ItemHeightSpecifies the height of the item in pixels. If it is 0 the control computes the required height.
ItemWidthSpecifies the width of the item in pixels. If it is 0 the control computes the required width.
PictureRetrieves or sets a graphic to be displayed in the control.
PictureDisplayRetrieves or sets a value that indicates the way how the graphic is displayed on the control's background
RefreshRefreshes the control.
RemoveRemoves a specific item from the collection.
RemoveAllItemsRemoves all items in the collection.
ReplaceIconAdds a new icon, replaces an icon or clears the control's image list.
RollDownSelects the next item by rotating the list.
RollUpSelects the previously item by rotating the list.
RoundCornerSpecifies a value that indicates whether the items have round corners.
SelectSelects a new item.
SelectBorderSizeSpecifies a value that indicates the size of the border for selected item.
ShowImageListSpecifies whether the control's image list window is visible or hidden.
ShowToolTipShows the specified tooltip at given position.
TemplateSpecifies the control's template.
TemplateDefDefines inside variables for the next Template/ExecuteTemplate call.
TemplatePutDefines inside variables for the next Template/ExecuteTemplate call.
ToolTipDelaySpecifies the time in ms that passes before the ToolTip appears.
ToolTipFontRetrieves or sets the tooltip's font.
ToolTipPopDelaySpecifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control.
ToolTipWidthSpecifies a value that indicates the width of the tooltip window, in pixels.
UseHandCursorSpecifies a value that indicates whether the control displays the hand cursor when cursor is over the items.
VersionRetrieves the control's version.
VisibleItemsSpecifies a value that indicates the count of visible items.
VisualAppearanceRetrieves the control's appearance.