C# Class hobd.DynamicElement

Inheritance: Fleux.UIElements.UIElement
Afficher le fichier Open project: cail/hobd Class Usage Examples

Protected Properties

Свойство Type Description
clickTimer System.Threading.Timer
height int
parent System.Windows.Forms.Control
width int

Méthodes publiques

Méthode 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

Méthode Description
ClickedTimer ( object state ) : void

Method Details

Draw() public méthode

public Draw ( IDrawingGraphics g ) : void
g IDrawingGraphics
Résultat void

DynamicElement() public méthode

public DynamicElement ( string text ) : System
text string
Résultat System

HandleTap() public méthode

public HandleTap ( System point ) : void
point System
Résultat void

NotifyAttach() public méthode

public NotifyAttach ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

notifyDimensions() public méthode

public notifyDimensions ( int width, int height ) : void
width int
height int
Résultat void

Property Details

clickTimer protected_oe property

protected Timer,System.Threading clickTimer
Résultat System.Threading.Timer

height protected_oe property

protected int height
Résultat int

parent protected_oe property

protected Control,System.Windows.Forms parent
Résultat System.Windows.Forms.Control

width protected_oe property

protected int width
Résultat int