C# Class SystemEx.Windows.Forms.MdiWindowManager

Exibir arquivo Open project: pvginkel/SystemEx

Public Methods

Method Description
FindTopForm ( System form ) : Form
MdiWindowManager ( System parent ) : System
SetThinBorderStyle ( ) : void

Protected Methods

Method Description
OnActiveChildrenChanged ( EventArgs e ) : void

Private Methods

Method Description
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

Method Details

FindTopForm() public method

public FindTopForm ( System form ) : Form
form System
return System.Windows.Forms.Form

MdiWindowManager() public method

public MdiWindowManager ( System parent ) : System
parent System
return System

OnActiveChildrenChanged() protected method

protected OnActiveChildrenChanged ( EventArgs e ) : void
e System.EventArgs
return void

SetThinBorderStyle() public method

public SetThinBorderStyle ( ) : void
return void