C# Class Gwen.ControlInternal.DownArrow

ComboBox arrow.
Inheritance: Controls.ControlBase
Show file Open project: gered/gwen-dotnet Class Usage Examples

Public Methods

Method Description
DownArrow ( ComboBox parent ) : System

Initializes a new instance of the DownArrow class.

Protected Methods

Method Description
Render ( Skin.Base skin ) : void

Renders the control using specified skin.

Method Details

DownArrow() public method

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

Render() protected method

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