Name | Value | Description | |||
exScrollUpUp | 0 | Specifies the visual appearance for the scroll up button, when it is up. | |||
exScrollUpDown | 1 | Specifies the visual appearance for the scroll up button, when it is down. | |||
exScrollDownUp | 2 | Specifies the visual appearance for the scroll down button, when it is up. | |||
exScrollDownDown | 3 | Specifies the visual appearance for the scroll down button, when it is down. | |||
exSelectItem | 4 | Specifies the visual appearance for the selected item. Use the SelectItemType property to specify whether the control marks the selected item. | |||
exHightlightItem | 5 | Specifies the visual appearance when the cursor hovers an item. The HighlightItemType property indicates whether the item from the cursor is highlighted. | |||
exToolTipAppearance | 64 | Indicates the visual appearance of the borders of the tooltips. Use the ToolTipPopDelay property specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. Use the ToolTipWidth property to specify the width of the tooltip window. The ToolTipDelay property specifies the time in ms that passes before the ToolTip appears. Use the ShowToolTip method to display a custom tooltip. | |||
exToolTipBackColor | 65 | Specifies the tooltip's background color. | |||
exToolTipForeColor | 66 | Specifies the tooltip's foreground color. |