C# 클래스 System.Windows.Forms.ScrollableControl

파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ScrollControlIntoView ( Control activeControl ) : void
ScrollableControl ( ) : System.Drawing
SetAutoScrollMargin ( int x, int y ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

OnPaddingChanged() 보호된 메소드

protected OnPaddingChanged ( EventArgs e ) : void
e EventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnScroll() 보호된 메소드

protected OnScroll ( ScrollEventArgs se ) : void
se ScrollEventArgs
리턴 void

ScaleControl() 보호된 메소드

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
리턴 void

ScrollControlIntoView() 공개 메소드

public ScrollControlIntoView ( Control activeControl ) : void
activeControl Control
리턴 void

ScrollToControl() 보호된 메소드

protected ScrollToControl ( Control activeControl ) : Point
activeControl Control
리턴 System.Drawing.Point

ScrollableControl() 공개 메소드

public ScrollableControl ( ) : System.Drawing
리턴 System.Drawing

SetAutoScrollMargin() 공개 메소드

public SetAutoScrollMargin ( int x, int y ) : void
x int
y int
리턴 void

SetDisplayRectLocation() 보호된 메소드

protected SetDisplayRectLocation ( int x, int y ) : void
x int
y int
리턴 void

SetScrollState() 보호된 메소드

protected SetScrollState ( int bit, bool value ) : void
bit int
value bool
리턴 void