C# Class PLC.PLCBaseControl

Summary description for Class1
Inheritance: NewTOAPIA.UI.ActiveArea
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method 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 method

public OnGraphicAdded ( IGraphic aGraphic ) : void
aGraphic IGraphic
return void

OnMouseEnter() public method

public OnMouseEnter ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
return void

OnMouseLeave() public method

public OnMouseLeave ( MouseActivityArgs e ) : void
e NewTOAPIA.UI.MouseActivityArgs
return void

PLCBaseControl() public method

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