C# 클래스 SystemEx.Windows.Forms.MdiWindowManager

파일 보기 프로젝트 열기: pvginkel/SystemEx

공개 메소드들

메소드 설명
FindTopForm ( System form ) : Form
MdiWindowManager ( System parent ) : System
SetThinBorderStyle ( ) : void

보호된 메소드들

메소드 설명
OnActiveChildrenChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AddControl ( Control control ) : void
FindTopFormInternal ( System form ) : Form
GetParent ( System form ) : Form
PerformReorder ( System form ) : void
RemoveControl ( Control control ) : void
StopFlashing ( ) : void
_client_MouseClick ( object sender, MouseEventArgs e ) : void
_flashTimer_Tick ( object sender, EventArgs e ) : void
form_Activated ( object sender, EventArgs e ) : void
form_SizeChanged ( object sender, EventArgs e ) : void

메소드 상세

FindTopForm() 공개 메소드

public FindTopForm ( System form ) : Form
form System
리턴 System.Windows.Forms.Form

MdiWindowManager() 공개 메소드

public MdiWindowManager ( System parent ) : System
parent System
리턴 System

OnActiveChildrenChanged() 보호된 메소드

protected OnActiveChildrenChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetThinBorderStyle() 공개 메소드

public SetThinBorderStyle ( ) : void
리턴 void