C# Class Gwen.ControlInternal.DownArrow

ComboBox arrow.
Inheritance: Controls.ControlBase
Afficher le fichier Open project: gered/gwen-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
DownArrow ( ComboBox parent ) : System

Initializes a new instance of the DownArrow class.

Méthodes protégées

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

Renders the control using specified skin.

Method Details

DownArrow() public méthode

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

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