C# Class Gwen.ControlInternal.ScrollBarButton

Scrollbar button.
Inheritance: Button
Afficher le fichier Open project: gered/gwen-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
ScrollBarButton ( Base parent ) : System

Initializes a new instance of the ScrollBarButton class.

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

Méthodes protégées

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

Renders the control using specified skin.

Method Details

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

ScrollBarButton() public méthode

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

SetDirectionDown() public méthode

public SetDirectionDown ( ) : void
Résultat void

SetDirectionLeft() public méthode

public SetDirectionLeft ( ) : void
Résultat void

SetDirectionRight() public méthode

public SetDirectionRight ( ) : void
Résultat void

SetDirectionUp() public méthode

public SetDirectionUp ( ) : void
Résultat void