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
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

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

public AddDeliverable ( string deliverable ) : void
deliverable string
Résultat void

CheckpointDeliverablesList() public méthode

public CheckpointDeliverablesList ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
Résultat System

DrawBackground() public méthode

public DrawBackground ( Graphics graphPort ) : void
graphPort System.Drawing.Graphics
Résultat void

OnResized() public méthode

public OnResized ( float dw, float dh ) : void
dw float
dh float
Résultat void