Method | Description | |
---|---|---|
OnGraphicAdded ( IGraphic aGraphic ) : void | ||
OnMouseEnter ( |
||
OnMouseLeave ( |
||
PLCBaseControl ( string name, int x, int y, int width, int height ) : System |
public OnGraphicAdded ( IGraphic aGraphic ) : void | ||
aGraphic | IGraphic | |
return | void |
public OnMouseEnter ( |
||
e | ||
return | void |
public OnMouseLeave ( |
||
e | ||
return | void |
public PLCBaseControl ( string name, int x, int y, int width, int height ) : System | ||
name | string | |
x | int | |
y | int | |
width | int | |
height | int | |
return | System |