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

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

Private Properties

프로퍼티 타입 설명
ActivateActiveMdiChild void
ActivateChild void
ActivateNextChild void
ActivatePreviousChild void
AfterTopMostControl IntPtr
ArrangeIconicWindows void
ArrangeWindows void
CalcHBar void
CalcVBar void
ChildFormClosed void
HBarValueChanged void
OnPaintBackgroundInternal void
RemoveControlMenuItems void
ScaleCore void
SendFocusToActiveChild void
SetParentText void
SetWindowState void
SetWindowStates bool
SizeScrollBars void
VBarValueChanged void

공개 메소드들

메소드 설명
LayoutMdi ( MdiLayout value ) : void
MdiClient ( ) : System.Collections

보호된 메소드들

메소드 설명
CreateControlsInstance ( ) : Control.ControlCollection
OnResize ( EventArgs e ) : void
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

비공개 메소드들

메소드 설명
ActivateActiveMdiChild ( ) : void
ActivateChild ( Form form ) : void
ActivateNextChild ( ) : void
ActivatePreviousChild ( ) : void
AfterTopMostControl ( ) : IntPtr
ArrangeIconicWindows ( bool rearrange_all ) : void
ArrangeWindows ( ) : void
CalcHBar ( int left, int right, bool vert_vis ) : void
CalcVBar ( int top, int bottom, bool horz_vis ) : void
ChildFormClosed ( Form form ) : void
HBarValueChanged ( object sender, EventArgs e ) : void
OnPaintBackgroundInternal ( PaintEventArgs pe ) : void
RemoveControlMenuItems ( System.Windows.Forms.MdiWindowManager wm ) : void
ScaleCore ( float dx, float dy ) : void
SendFocusToActiveChild ( ) : void
SetParentText ( bool text_changed ) : void
SetWindowState ( Form form, FormWindowState old_window_state, FormWindowState new_window_state, bool is_activating_child ) : void
SetWindowStates ( System.Windows.Forms.MdiWindowManager wm ) : bool
SizeScrollBars ( ) : void
VBarValueChanged ( object sender, EventArgs e ) : void

메소드 상세

CreateControlsInstance() 보호된 메소드

protected CreateControlsInstance ( ) : Control.ControlCollection
리턴 Control.ControlCollection

LayoutMdi() 공개 메소드

public LayoutMdi ( MdiLayout value ) : void
value MdiLayout
리턴 void

MdiClient() 공개 메소드

public MdiClient ( ) : System.Collections
리턴 System.Collections

OnResize() 보호된 메소드

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

ScaleControl() 보호된 메소드

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

SetBoundsCore() 보호된 메소드

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
리턴 void