C# Class System.Windows.Forms.ScrollableControl

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
AdjustFormScrollbars void
CalculateCanvasSize void
CreateDockPadding void
GetScrollState bool
HandleScrollEvent void
LocationChangedHandler void
OnLayout void
OnRightToLeftChanged void
OnVisibleChanged void
ParentChangedHandler void
Parent_PaddingChanged void
Parent_SizeChanged void
Recalculate void
Recalculate void
ScrollWindow void
ShouldSerializeAutoScrollMargin bool
ShouldSerializeAutoScrollMinSize bool
VisibleChangedHandler void

Méthodes publiques

Méthode Description
ScrollControlIntoView ( Control activeControl ) : void
ScrollableControl ( ) : System.Drawing
SetAutoScrollMargin ( int x, int y ) : void

Méthodes protégées

Méthode Description
CreateHandle ( ) : void
OnPaddingChanged ( EventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
ScrollToControl ( Control activeControl ) : Point
SetDisplayRectLocation ( int x, int y ) : void
SetScrollState ( int bit, bool value ) : void

Private Methods

Méthode Description
AdjustFormScrollbars ( bool displayScrollbars ) : void
CalculateCanvasSize ( bool canOverride ) : void
CreateDockPadding ( ) : void
GetScrollState ( int bit ) : bool
HandleScrollEvent ( object sender, ScrollEventArgs args ) : void
LocationChangedHandler ( object sender, EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnRightToLeftChanged ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
ParentChangedHandler ( object sender, EventArgs e ) : void
Parent_PaddingChanged ( object sender, EventArgs e ) : void
Parent_SizeChanged ( object sender, EventArgs e ) : void
Recalculate ( bool doLayout ) : void
Recalculate ( object sender, EventArgs e ) : void
ScrollWindow ( int XOffset, int YOffset ) : void
ShouldSerializeAutoScrollMargin ( ) : bool
ShouldSerializeAutoScrollMinSize ( ) : bool
VisibleChangedHandler ( object sender, EventArgs e ) : void

Method Details

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

OnPaddingChanged() protected méthode

protected OnPaddingChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnScroll() protected méthode

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

ScaleControl() protected méthode

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
Résultat void

ScrollControlIntoView() public méthode

public ScrollControlIntoView ( Control activeControl ) : void
activeControl Control
Résultat void

ScrollToControl() protected méthode

protected ScrollToControl ( Control activeControl ) : Point
activeControl Control
Résultat System.Drawing.Point

ScrollableControl() public méthode

public ScrollableControl ( ) : System.Drawing
Résultat System.Drawing

SetAutoScrollMargin() public méthode

public SetAutoScrollMargin ( int x, int y ) : void
x int
y int
Résultat void

SetDisplayRectLocation() protected méthode

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

SetScrollState() protected méthode

protected SetScrollState ( int bit, bool value ) : void
bit int
value bool
Résultat void