C# Class Gwen.ControlInternal.UpDownButton_Down

Numeric down arrow.
Inheritance: Button
Show file Open project: gered/gwen-dotnet Class Usage Examples

Public Methods

Method Description
UpDownButton_Down ( Base parent ) : System

Initializes a new instance of the UpDownButton_Down class.

Protected Methods

Method Description
Render ( Skin.Base skin ) : void

Renders the control using specified skin.

Method Details

Render() protected method

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

UpDownButton_Down() public method

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