C# 클래스 LayoutFarm.CustomWidgets.TextBoxContainer

textbox with decoration(eg. placeholder)
상속: EaseBox
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
TextBoxContainer ( int w, int h, bool multiline ) : System
Walk ( UIVisitor visitor ) : void

비공개 메소드들

메소드 설명
textEvListener_KeyDown ( object sender, Text e ) : void

메소드 상세

GetPrimaryRenderElement() 공개 메소드

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

TextBoxContainer() 공개 메소드

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

Walk() 공개 메소드

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