C# 클래스 PLC.DeliverableControl

This control is meant to hold a list of deliverables. It is simply a box with some specialized text pushbuttons in it.
상속: PLCBaseControl
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
AddCheckPoint ( string checkpoint ) : void
AddDeliverable ( string deliverable ) : void
DeliverableControl ( string name, int x, int y, int width, int height, uint bkColor ) : System

메소드 상세

AddCheckPoint() 공개 메소드

public AddCheckPoint ( string checkpoint ) : void
checkpoint string
리턴 void

AddDeliverable() 공개 메소드

public AddDeliverable ( string deliverable ) : void
deliverable string
리턴 void

DeliverableControl() 공개 메소드

public DeliverableControl ( string name, int x, int y, int width, int height, uint bkColor ) : System
name string
x int
y int
width int
height int
bkColor uint
리턴 System