C# Class PLC.PLCBaseControl

Summary description for Class1
Inheritance: NewTOAPIA.UI.ActiveArea
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
OnGraphicAdded ( IGraphic aGraphic ) : void
OnMouseEnter ( MouseActivityArgs e ) : void
OnMouseLeave ( MouseActivityArgs e ) : void
PLCBaseControl ( string name, int x, int y, int width, int height ) : System

Method Details

OnGraphicAdded() public méthode

public OnGraphicAdded ( IGraphic aGraphic ) : void
aGraphic IGraphic
Résultat void

OnMouseEnter() public méthode

public OnMouseEnter ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
Résultat void

OnMouseLeave() public méthode

public OnMouseLeave ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
Résultat void

PLCBaseControl() public méthode

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