C# 클래스 PLC.DeliverablesList

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 사용 예제들

공개 메소드들

메소드 설명
AddDeliverable ( string deliverable ) : void
Clear ( ) : void
DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor ) : System
DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor ) : System
DeliverablesList ( string name, int x, int y, int width, int height, uint bkColor, uint borderColor, int angle ) : System
DrawBackground ( DrawEvent devent ) : void

보호된 메소드들

메소드 설명
OnUpdateGeometryState ( ) : void

메소드 상세

AddDeliverable() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DeliverablesList() 공개 메소드

public DeliverablesList ( 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

DeliverablesList() 공개 메소드

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

DeliverablesList() 공개 메소드

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

DrawBackground() 공개 메소드

public DrawBackground ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
리턴 void

OnUpdateGeometryState() 보호된 메소드

protected OnUpdateGeometryState ( ) : void
리턴 void