C# 클래스 LayoutFarm.CustomWidgets.ScrollBar

상속: LayoutFarm.UI.UIBox
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
minmax_boxHeight int

공개 메소드들

메소드 설명
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
ReEvaluateScrollBar ( ) : void
ScrollBar ( int width, int height ) : System
SetCustomScrollBarEvaluator ( ScrollBarEvaluator scrollBarEvaluator ) : void
SetupScrollBar ( ScrollBarCreationParameters creationParameters ) : void
StepSmallToMax ( ) : void
StepSmallToMin ( ) : void
Walk ( UIVisitor visitor ) : void

보호된 메소드들

메소드 설명
OnMouseWheel ( UIMouseEventArgs e ) : void

비공개 메소드들

메소드 설명
CalculateThumbPosition ( ) : int
ChildNotifyMouseWheel ( UIMouseEventArgs e ) : void
CreateHScrollbarContent ( RootGraphic rootgfx ) : void
CreateVScrollbarContent ( RootGraphic rootgfx ) : void
EvaluateHorizontalScrollBarProperties ( ) : void
EvaluateVerticalScrollBarProperties ( ) : void
SetupHorizontalScrollButtonProperties ( RenderElement container ) : void
SetupMaxButtonProperties ( RenderElement container ) : void
SetupMinButtonProperties ( RenderElement container ) : void
SetupVerticalScrollButtonProperties ( RenderElement container ) : void
UpdateScrollButtonPosition ( ) : void

메소드 상세

GetPrimaryRenderElement() 공개 메소드

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
리턴 RenderElement

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
리턴 void

ReEvaluateScrollBar() 공개 메소드

public ReEvaluateScrollBar ( ) : void
리턴 void

ScrollBar() 공개 메소드

public ScrollBar ( int width, int height ) : System
width int
height int
리턴 System

SetCustomScrollBarEvaluator() 공개 메소드

public SetCustomScrollBarEvaluator ( ScrollBarEvaluator scrollBarEvaluator ) : void
scrollBarEvaluator ScrollBarEvaluator
리턴 void

SetupScrollBar() 공개 메소드

public SetupScrollBar ( ScrollBarCreationParameters creationParameters ) : void
creationParameters ScrollBarCreationParameters
리턴 void

StepSmallToMax() 공개 메소드

public StepSmallToMax ( ) : void
리턴 void

StepSmallToMin() 공개 메소드

public StepSmallToMin ( ) : void
리턴 void

Walk() 공개 메소드

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
리턴 void

프로퍼티 상세

minmax_boxHeight 보호되어 있는 프로퍼티

protected int minmax_boxHeight
리턴 int