C# Class LayoutFarm.CustomWidgets.ScrollBarButton

Inheritance: EaseBox
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ScrollBarButton ( int w, int h, ScrollBar owner ) : System
Walk ( UIVisitor visitor ) : void

Protected Methods

Method Description
OnMouseWheel ( UIMouseEventArgs e ) : void

Method Details

OnMouseWheel() protected method

protected OnMouseWheel ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
return void

ScrollBarButton() public method

public ScrollBarButton ( int w, int h, ScrollBar owner ) : System
w int
h int
owner ScrollBar
return System

Walk() public method

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
return void