The
RolList control handles and displays lists on an elliptic shape. The RolList
object supports the following methods and properties:
| | Name | Description | |
| | Add | Adds an Item object to the collection and returns a reference to the newly created object. | |
| | AnchorFromPoint | Retrieves the identifier of the anchor from point. | |
| | Appearance | Retrieves or sets the control's appearance. | |
| | AttachTemplate | Attaches a script to the current object, including the events, from a string, file, a safe array of bytes. | |
| | AutoSearch | Enables or disables the incremental search feature. | |
| | BackColor | Specifies the control's background color. | |
| | Background | Returns or sets a value that indicates the background color for parts in the control. | |
| | BeginUpdate | Maintains 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. | |
| | BorderColor | Specifies a value that indicates the color of the border for each item. | |
| | BorderHeight | Sets or retrieves a value that indicates the border height of the control. | |
| | BorderWidth | Sets or retrieves a value that indicates the border width of the control. | |
| | Count | Returns the number of items in the control. | |
| | Enabled | Enables or disables the control. | |
| | EndUpdate | Resumes painting the control after painting is suspended by the BeginUpdate method. | |
| | EventParam | Retrieves or sets a value that indicates the current's event parameter. | |
| | ExecuteTemplate | Executes a template and returns the result. | |
| | Font | Retrieves or sets the control's font. | |
| | ForeColor | Specifies the control's foreground color. | |
| | FormatAnchor | Specifies the visual effect for anchor elements in HTML captions. | |
| | HTMLPicture | Adds or replaces a picture in HTML captions. | |
| | hWnd | Retrieves the control's window handle. | |
| | Images | Sets at runtime the control's image list. The Handle should be a handle to an Image List Control. | |
| | ImageSize | Retrieves or sets the size of icons the control displays.. | |
| | Item | Returns a specific Item from the collection. | |
| | ItemBackColor | Specifies the default background color for all items. | |
| | ItemBorderSize | Specifies the size of the border for items. | |
| | ItemFromPoint | Retrieves the item from cursor. | |
| | ItemHeight | Specifies the height of the item in pixels. If it is 0 the control computes the required height. | |
| | ItemWidth | Specifies the width of the item in pixels. If it is 0 the control computes the required width. | |
| | Picture | Retrieves or sets a graphic to be displayed in the control. | |
| | PictureDisplay | Retrieves or sets a value that indicates the way how the graphic is displayed on the control's background | |
| | Refresh | Refreshes the control. | |
| | Remove | Removes a specific item from the collection. | |
| | RemoveAllItems | Removes all items in the collection. | |
| | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. | |
| | RollDown | Selects the next item by rotating the list. | |
| | RollUp | Selects the previously item by rotating the list. | |
| | RoundCorner | Specifies a value that indicates whether the items have round corners. | |
| | Select | Selects a new item. | |
| | SelectBorderSize | Specifies a value that indicates the size of the border for selected item. | |
| | ShowImageList | Specifies whether the control's image list window is visible or hidden. | |
| | ShowToolTip | Shows the specified tooltip at given position. | |
| | Template | Specifies the control's template. | |
| | TemplateDef | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | TemplatePut | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | ToolTipDelay | Specifies the time in ms that passes before the ToolTip appears. | |
| | ToolTipFont | Retrieves or sets the tooltip's font. | |
| | ToolTipPopDelay | Specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. | |
| | ToolTipWidth | Specifies a value that indicates the width of the tooltip window, in pixels. | |
| | UseHandCursor | Specifies a value that indicates whether the control displays the hand cursor when cursor is over the items. | |
| | Version | Retrieves the control's version. | |
| | VisibleItems | Specifies a value that indicates the count of visible items. | |
| | VisualAppearance | Retrieves the control's appearance. | |