C# Class PLC.CheckpointDeliverablesList

This control is meant to hold a list of deliverables. It is simply a box with some specialized text pushbuttons in it.
Inheritance: PLCBaseControl
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
AddDeliverable ( string deliverable ) : void
CheckpointDeliverablesList ( string name, int x, int y, int width, int height ) : System
DrawBackground ( Graphics graphPort ) : void
OnResized ( float dw, float dh ) : void

Method Details

AddDeliverable() public method

public AddDeliverable ( string deliverable ) : void
deliverable string
return void

CheckpointDeliverablesList() public method

public CheckpointDeliverablesList ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
return System

DrawBackground() public method

public DrawBackground ( Graphics graphPort ) : void
graphPort System.Drawing.Graphics
return void

OnResized() public method

public OnResized ( float dw, float dh ) : void
dw float
dh float
return void