C# Class Gwen.ControlInternal.UpDownButton_Up

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

Public Methods

Method Description
UpDownButton_Up ( Base parent ) : System

Initializes a new instance of the UpDownButton_Up 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_Up() public method

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