C# Class HardwarePhaseControl, NewTOAPIA

This graphic group contains all the little elements that make up a little IT phase.
Inheritance: NewTOAPIA.UI.GraphicGroup
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
Expand ( ) : void
HardwarePhaseControl ( string name, int phase, string phaseName, string deliverableName, string milestoneName, string checkpointName, int x, int y ) : System
HeadingClicked ( object sender, EventArgs e ) : void
Shrink ( ) : void

Méthodes protégées

Méthode Description
OnUpdateGeometryState ( ) : void

Method Details

Expand() public méthode

public Expand ( ) : void
Résultat void

HardwarePhaseControl() public méthode

public HardwarePhaseControl ( string name, int phase, string phaseName, string deliverableName, string milestoneName, string checkpointName, int x, int y ) : System
name string
phase int
phaseName string
deliverableName string
milestoneName string
checkpointName string
x int
y int
Résultat System

HeadingClicked() public méthode

public HeadingClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnUpdateGeometryState() protected méthode

protected OnUpdateGeometryState ( ) : void
Résultat void

Shrink() public méthode

public Shrink ( ) : void
Résultat void