C# Class Evbpc.Framework.Windows.Forms.ScrollableControl

Inheritance: Control, IComponent, IDisposable
Mostrar archivo Open project: EBrown8534/Framework Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ScrollableControl ( ) : Evbpc.Framework.Drawing

Protected Methods

Method Description
AdjustFormScrollbars ( bool displayScrollbars ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnScroll ( ScrollEventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
SetDisplayRectLocation ( int x, int y ) : void

Method Details

AdjustFormScrollbars() protected method

protected AdjustFormScrollbars ( bool displayScrollbars ) : void
displayScrollbars bool
return void

OnMouseWheel() protected method

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

OnScroll() protected method

protected OnScroll ( ScrollEventArgs e ) : void
e ScrollEventArgs
return void

OnVisibleChanged() protected method

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
return void

ScrollableControl() public method

public ScrollableControl ( ) : Evbpc.Framework.Drawing
return Evbpc.Framework.Drawing

SetDisplayRectLocation() protected method

protected SetDisplayRectLocation ( int x, int y ) : void
x int
y int
return void