C# Class Gwen.ControlInternal.ScrollBarButton

Scrollbar button.
Inheritance: Button
Mostra file Open project: gered/gwen-dotnet Class Usage Examples

Public Methods

Method Description
ScrollBarButton ( Base parent ) : System

Initializes a new instance of the ScrollBarButton class.

SetDirectionDown ( ) : void
SetDirectionLeft ( ) : void
SetDirectionRight ( ) : void
SetDirectionUp ( ) : void

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

ScrollBarButton() public method

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

SetDirectionDown() public method

public SetDirectionDown ( ) : void
return void

SetDirectionLeft() public method

public SetDirectionLeft ( ) : void
return void

SetDirectionRight() public method

public SetDirectionRight ( ) : void
return void

SetDirectionUp() public method

public SetDirectionUp ( ) : void
return void