C# Class SystemEx.Windows.Forms.MdiWindowManager

Afficher le fichier Open project: pvginkel/SystemEx

Méthodes publiques

Méthode Description
FindTopForm ( System form ) : Form
MdiWindowManager ( System parent ) : System
SetThinBorderStyle ( ) : void

Méthodes protégées

Méthode Description
OnActiveChildrenChanged ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

public FindTopForm ( System form ) : Form
form System
Résultat System.Windows.Forms.Form

MdiWindowManager() public méthode

public MdiWindowManager ( System parent ) : System
parent System
Résultat System

OnActiveChildrenChanged() protected méthode

protected OnActiveChildrenChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetThinBorderStyle() public méthode

public SetThinBorderStyle ( ) : void
Résultat void