| | Name | Description | |
| | 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. | |
| | BackColor | Specifies the control's background color. | |
| | Background | Returns or sets a value that indicates the background color for parts in the control. | |
| | BeginUpdate | This method prevents the control from painting until the EndUpdate method is called. | |
| | BtnHeight | Specifies the height of the button in the control. | |
| | BtnWidth | Specifies the width of the button in the control. | |
| | Caption | Specifies the caption of the part of the control. | |
| | CaptionAlignment | Specifies the alignment of the part's caption. | |
| | CaptionIndentX | Indents the caption on x axis. | |
| | CaptionIndentY | Indents the caption on y axis. | |
| | DisableNoScroll | Disables the scroll bar instead of removing it, if the scroll bar's new parameters make the scroll bar unnecessary. | |
| | Enabled | Enables or disables the control. | |
| | EnablePart | Indicates whether the specified part is enabled or disabled. | |
| | EnableParts | Specifies the parts of the control to be enabled or disabled. | |
| | 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. | |
| | HTMLPicture | Adds or replaces a picture in HTML captions. | |
| | hWnd | Retrieves the control's window handle. | |
| | hWndMouseWheel | Associates a window with the current scroll bar when using the mouse wheel over or while it is focused. | |
| | IgnoreLargeChange | Ignores the large change value when getting the maximum value. | |
| | Images | Sets at runtime the control's image list. The Handle should be a handle to an Images List Control. | |
| | ImageSize | Retrieves or sets the size of icons the control displays.. | |
| | LargeChange | The amount by which the scroll box position changes when the user clicks in the scroll bar or presses the PAGE UP or PAGE DOWN keys. | |
| | Maximum | The upper limit value of the scrollable range. | |
| | Minimum | The lower limit value of the scrollable range. | |
| | Mode | Specifies the control's Mode. | |
| | OrderParts | Specifies the order of the parts in the scroll-bar. | |
| | OwnerDrawPart | Indicates which part of the control is responsible for its drawing. | |
| | PartFromPoint | Retrieves the part from the point. | |
| | 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 | |
| | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. | |
| | Scroll | Scrolls programmatically the control. | |
| | ScrollDelay | Specifies the time in ms, to delay the next scroll event, when the user clicks the scrollbar's parts. | |
| | SendMessage | Specifies whether the control sends scroll messages to the parent window. | |
| | ShowImageList | Specifies whether the control's image list window is visible or hidden. | |
| | SmallChange | The amount by which the scroll box position changes when the user clicks a scroll arrow or presses an arrow key. | |
| | StartScrollDelay | Specifies the time in ms, to wait until contiguously scroll begins once the user presses the up/down or left/right buttons. | |
| | 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. | |
| | TemplateResult | Gets the result of the last Template call. | |
| | TemplateResultN | Gets the result of the last Template call, as double. | |
| | TemplateResultS | Gets the result of the last Template call, as string. | |
| | ThumbSize | Specifies the width or the height of the thumb. | |
| | ToolTipFont | Retrieves or sets the tooltip's font. | |
| | ToolTipText | Specifies the control's tooltip text. | |
| | ToolTipTitle | Specifies the title of the control's tooltip. | |
| | ToolTipWidth | Specifies a value that indicates the width of the tooltip window, in pixels. | |
| | ToolTipX | Indicates an expression that determines the horizontal-position of the tooltip, in screen coordinates. | |
| | ToolTipY | Indicates an expression that determines the vertical-position of the tooltip, in screen coordinates. | |
| | UserData | Associates an extra data to a part of the control. | |
| | Value | The value that the scroll box position represents. | |
| | ValueFromPoint | Retrieves the value from the point. | |
| | Version | Retrieves the control's version. | |
| | VisiblePart | Indicates whether the specified part is visible or hidden. | |
| | VisibleParts | Specifies the parts of the control being visible. | |
| | VisualAppearance | Retrieves the control's appearance. | |
| | WheelChange | The amount by which the scroll box position changes when the user rolls the mouse wheel. | |