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

Inheritance: Control, IComponent, IDisposable
Afficher le fichier Open project: EBrown8534/Framework Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ScrollableControl ( ) : Evbpc.Framework.Drawing

Méthodes protégées

Méthode 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 méthode

protected AdjustFormScrollbars ( bool displayScrollbars ) : void
displayScrollbars bool
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnScroll() protected méthode

protected OnScroll ( ScrollEventArgs e ) : void
e ScrollEventArgs
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

ScrollableControl() public méthode

public ScrollableControl ( ) : Evbpc.Framework.Drawing
Résultat Evbpc.Framework.Drawing

SetDisplayRectLocation() protected méthode

protected SetDisplayRectLocation ( int x, int y ) : void
x int
y int
Résultat void