C# Class Gwen.ControlInternal.UpDownButton_Down

Numeric down arrow.
Inheritance: Button
Afficher le fichier Open project: gered/gwen-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
UpDownButton_Down ( Base parent ) : System

Initializes a new instance of the UpDownButton_Down class.

Méthodes protégées

Méthode Description
Render ( Skin.Base skin ) : void

Renders the control using specified skin.

Method Details

Render() protected méthode

Renders the control using specified skin.
protected Render ( Skin.Base skin ) : void
skin Skin.Base Skin to use.
Résultat void

UpDownButton_Down() public méthode

Initializes a new instance of the UpDownButton_Down class.
public UpDownButton_Down ( Base parent ) : System
parent Base Parent control.
Résultat System