C# 클래스 Gwen.ControlInternal.ScrollBarButton

Scrollbar button.
상속: Button
파일 보기 프로젝트 열기: gered/gwen-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
ScrollBarButton ( Base parent ) : System

Initializes a new instance of the ScrollBarButton class.

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

보호된 메소드들

메소드 설명
Render ( Skin.Base skin ) : void

Renders the control using specified skin.

메소드 상세

Render() 보호된 메소드

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

ScrollBarButton() 공개 메소드

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

SetDirectionDown() 공개 메소드

public SetDirectionDown ( ) : void
리턴 void

SetDirectionLeft() 공개 메소드

public SetDirectionLeft ( ) : void
리턴 void

SetDirectionRight() 공개 메소드

public SetDirectionRight ( ) : void
리턴 void

SetDirectionUp() 공개 메소드

public SetDirectionUp ( ) : void
리턴 void