C# Class LayoutFarm.CustomWidgets.ComboBox

Inheritance: LayoutFarm.UI.UIBox
Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
CloseHinge ( ) : void
ComboBox ( int width, int height ) : System
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
OpenHinge ( ) : void
Walk ( UIVisitor visitor ) : void

Protected Methods

Method Description
OnMouseDown ( UIMouseEventArgs e ) : void
OnMouseUp ( UIMouseEventArgs e ) : void

Method Details

CloseHinge() public method

public CloseHinge ( ) : void
return void

ComboBox() public method

public ComboBox ( int width, int height ) : System
width int
height int
return System

GetPrimaryRenderElement() public method

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
return RenderElement

OnMouseDown() protected method

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

OnMouseUp() protected method

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

OpenHinge() public method

public OpenHinge ( ) : void
return void

Walk() public method

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