C# Class LayoutFarm.CustomWidgets.TextBoxContainer

textbox with decoration(eg. placeholder)
Inheritance: EaseBox
Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
TextBoxContainer ( int w, int h, bool multiline ) : System
Walk ( UIVisitor visitor ) : void

Private Methods

Method Description
textEvListener_KeyDown ( object sender, Text e ) : void

Method Details

GetPrimaryRenderElement() public method

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

TextBoxContainer() public method

public TextBoxContainer ( int w, int h, bool multiline ) : System
w int
h int
multiline bool
return System

Walk() public method

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