C# Class HardwarePhaseControl, NewTOAPIA

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

Public Methods

Method 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

Protected Methods

Method Description
OnUpdateGeometryState ( ) : void

Method Details

Expand() public method

public Expand ( ) : void
return void

HardwarePhaseControl() public method

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
return System

HeadingClicked() public method

public HeadingClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnUpdateGeometryState() protected method

protected OnUpdateGeometryState ( ) : void
return void

Shrink() public method

public Shrink ( ) : void
return void