C# Class ITPhaseControl, NewTOAPIA

This graphic group contains all the little elements that make up a little IT phase.
Inheritance: NewTOAPIA.UI.GraphicGroup
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
DrawBackground ( DrawEvent devent ) : void
Expand ( ) : void
HeadingClicked ( object sender, EventArgs e ) : void
ITPhaseControl ( string name, string phaseName, string deliverableName, string milestoneName, string checkpointName, int x, int y ) : System
Shrink ( ) : void

Protected Methods

Method Description
OnUpdateGeometryState ( ) : void

Method Details

DrawBackground() public method

public DrawBackground ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
return void

Expand() public method

public Expand ( ) : void
return void

HeadingClicked() public method

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

ITPhaseControl() public method

public ITPhaseControl ( string name, string phaseName, string deliverableName, string milestoneName, string checkpointName, int x, int y ) : System
name string
phaseName string
deliverableName string
milestoneName string
checkpointName string
x int
y int
return System

OnUpdateGeometryState() protected method

protected OnUpdateGeometryState ( ) : void
return void

Shrink() public method

public Shrink ( ) : void
return void