Represents a custom-drawn horizontal scroll bar.
The following tables list the members exposed by the HScrollBar type.
Name | Description | |
---|---|---|
Initializes a new instance of the HScrollBar class. |
Name | Description | |
---|---|---|
Gets or sets the brush used to fill the scroll bar background. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to fill the scroll bar background when the scroll bar is disabled. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to fill the scroll bar background as indication when the user clicks in it. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to fill the scroll bar buttons when they are in normal state. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to fill scroll bar buttons when the scroll bar is disabled. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to fill the scroll bar buttons when they are pressed. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to fill the scroll bar buttons when they are pointed with the mouse. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to draw the border of scroll bar buttons. (Inherited from ScrollBar.) |
||
Gets or sets the border brush used to draw the border of scroll bar buttons when the scroll bar is disabled. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to draw the border of scroll bar buttons when they are pressed. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to draw the border of scroll bar buttons when they are pointed with the mouse. (Inherited from ScrollBar.) |
||
Gets or sets the border thickness of the scroll bar buttons. (Inherited from ScrollBar.) |
||
Gets or sets the size of the buttons in the scroll bar. (Inherited from ScrollBar.) |
||
Gets or sets a value indicating whether the control can respond to user interaction. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to draw the content of scroll bar elements when they are in normal state. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to draw the content of scroll bar elements when the scroll bar is disabled. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to draw the content of scroll bar elements when they are pressed. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to draw the content of scroll bar elements when they are pointed with the mouse. (Inherited from ScrollBar.) |
||
Gets or sets the height of the scrollbar. (Inherited from ScrollBar.) |
||
Gets or sets a value indicating whether the scrollbar is horizontal. (Inherited from ScrollBar.) |
||
Gets or sets a value indicating whether the scrollbar is vertical. (Inherited from ScrollBar.) |
||
Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a large distance. (Inherited from ScrollBar.) |
||
Gets or sets the upper limit of values of the scrollable range. (Inherited from ScrollBar.) |
||
Gets or sets the lower limit of values of the scrollable range. (Inherited from ScrollBar.) |
||
Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a small distance. (Inherited from ScrollBar.) |
||
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to fill the scroll bar thumb when it is in normal state. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to fill scroll bar thumb when the scroll bar is disabled. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to fill the scroll bar thumb when it is pressed. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to fill the scroll bar thumb when it is pointed with the mouse. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to draw the border of scroll bar thumb. (Inherited from ScrollBar.) |
||
Gets or sets the border brush used to draw the border of scroll bar thumb when the scroll bar is disabled. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to draw the border of scroll bar thumb when it is pressed. (Inherited from ScrollBar.) |
||
Gets or sets the brush used to draw the border of scroll bar thumb when it is pointed with the mouse. (Inherited from ScrollBar.) |
||
Gets or sets the border thickness of the scroll bar thumb. (Inherited from ScrollBar.) |
||
Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control. (Inherited from ScrollBar.) |
||
Gets or sets the width of the scrollbar. (Inherited from ScrollBar.) |
Name | Description | |
---|---|---|
Gets the default size of the scroll bar. |
Name | Description | |
---|---|---|
Control.Dispose override. (Inherited from ScrollBar.) |
||
Control.IsInputKey override. (Inherited from ScrollBar.) |
||
Raises the ScrollBarDraw event. (Inherited from ScrollBar.) |
||
Control.OnGotFocus override. (Inherited from ScrollBar.) |
||
Control.OnKeyDown override. (Inherited from ScrollBar.) |
||
Control.OnKeyUp override. (Inherited from ScrollBar.) |
||
Control.OnLostFocus override. (Inherited from ScrollBar.) |
||
Control.OnMouseDown override. (Inherited from ScrollBar.) |
||
Control.OnMouseEnter override. (Inherited from ScrollBar.) |
||
Control.OnMouseLeave override. (Inherited from ScrollBar.) |
||
Control.OnMouseMove override. (Inherited from ScrollBar.) |
||
Control.OnMouseUp override. (Inherited from ScrollBar.) |
||
Control.OnPaint override. (Inherited from ScrollBar.) |
||
Control.OnResize override. (Inherited from ScrollBar.) |
||
Control.OnRightToLeftChanged override. (Inherited from ScrollBar.) |
||
Raises the Scroll event. (Inherited from ScrollBar.) |
||
Raises the ValueChanged event. (Inherited from ScrollBar.) |
Name | Description | |
---|---|---|
Occurs when the scroll bar is being painted. (Inherited from ScrollBar.) |
||
Occurs when the scroll box has been moved by either a mouse or keyboard action. (Inherited from ScrollBar.) |
||
Occurs when the Value property has changed either interactively by the user or programatically. (Inherited from ScrollBar.) |