C# Class System.Windows.Forms.ScrollBar

Inheritance: Control
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
CalcThumbArea void
OnUIAScroll void
OnUIAValueChanged void
SetValues void
SetValues void

Public Methods

Method Description
ScrollBar ( ) : System.Drawing

Protected Methods

Method Description
GetScaledBounds ( Rectangle bounds, SizeF factor, BoundsSpecified specified ) : Rectangle
OnEnabledChanged ( EventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnValueChanged ( EventArgs e ) : void
UpdateScrollInfo ( ) : void

Private Methods

Method Description
CalcThumbArea ( ) : void
OnUIAScroll ( ScrollEventArgs args ) : void
OnUIAValueChanged ( ScrollEventArgs args ) : void
SetValues ( int maximum, int large_change ) : void
SetValues ( int minimum, int maximum, int small_change, int large_change ) : void

Method Details

GetScaledBounds() protected method

protected GetScaledBounds ( Rectangle bounds, SizeF factor, BoundsSpecified specified ) : Rectangle
bounds System.Drawing.Rectangle
factor System.Drawing.SizeF
specified BoundsSpecified
return System.Drawing.Rectangle

OnEnabledChanged() protected method

protected OnEnabledChanged ( EventArgs e ) : void
e EventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnValueChanged() protected method

protected OnValueChanged ( EventArgs e ) : void
e EventArgs
return void

ScrollBar() public method

public ScrollBar ( ) : System.Drawing
return System.Drawing

UpdateScrollInfo() protected method

protected UpdateScrollInfo ( ) : void
return void