C# Class hobd.DynamicElement

Inheritance: Fleux.UIElements.UIElement
Show file Open project: cail/hobd Class Usage Examples

Protected Properties

Property Type Description
clickTimer System.Threading.Timer
height int
parent System.Windows.Forms.Control
width int

Public Methods

Method Description
Draw ( IDrawingGraphics g ) : void
DynamicElement ( string text ) : System
HandleTap ( System point ) : void
NotifyAttach ( Control control ) : void
notifyDimensions ( int width, int height ) : void

Private Methods

Method Description
ClickedTimer ( object state ) : void

Method Details

Draw() public method

public Draw ( IDrawingGraphics g ) : void
g IDrawingGraphics
return void

DynamicElement() public method

public DynamicElement ( string text ) : System
text string
return System

HandleTap() public method

public HandleTap ( System point ) : void
point System
return void

NotifyAttach() public method

public NotifyAttach ( Control control ) : void
control System.Windows.Forms.Control
return void

notifyDimensions() public method

public notifyDimensions ( int width, int height ) : void
width int
height int
return void

Property Details

clickTimer protected property

protected Timer,System.Threading clickTimer
return System.Threading.Timer

height protected property

protected int height
return int

parent protected property

protected Control,System.Windows.Forms parent
return System.Windows.Forms.Control

width protected property

protected int width
return int