C# Class LayoutFarm.CustomWidgets.TextBox

Inheritance: LayoutFarm.UI.UIBox
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Blur ( ) : void
ClearText ( ) : void
CopyCurrentLine ( StringBuilder stbuilder ) : void
DoEnd ( ) : void
DoHome ( ) : void
Focus ( ) : void
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
ReplaceCurrentLineTextRuns ( IEnumerable textRuns ) : void
ReplaceCurrentTextRunContent ( int nBackspaces, string newstr ) : void
TextBox ( int width, int height, bool multiline ) : System
Walk ( UIVisitor visitor ) : void

Méthodes protégées

Méthode Description
OnDoubleClick ( UIMouseEventArgs e ) : void
OnKeyDown ( UIKeyEventArgs e ) : void
OnKeyPress ( UIKeyEventArgs e ) : void
OnKeyUp ( UIKeyEventArgs e ) : void
OnLostKeyboardFocus ( UIFocusEventArgs e ) : void
OnMouseDown ( UIMouseEventArgs e ) : void
OnMouseLeave ( UIMouseEventArgs e ) : void
OnMouseMove ( UIMouseEventArgs e ) : void
OnMouseUp ( UIMouseEventArgs e ) : void
OnProcessDialogKey ( UIKeyEventArgs e ) : bool

Method Details

Blur() public méthode

public Blur ( ) : void
Résultat void

ClearText() public méthode

public ClearText ( ) : void
Résultat void

CopyCurrentLine() public méthode

public CopyCurrentLine ( StringBuilder stbuilder ) : void
stbuilder StringBuilder
Résultat void

DoEnd() public méthode

public DoEnd ( ) : void
Résultat void

DoHome() public méthode

public DoHome ( ) : void
Résultat void

Focus() public méthode

public Focus ( ) : void
Résultat void

GetPrimaryRenderElement() public méthode

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
Résultat RenderElement

OnDoubleClick() protected méthode

protected OnDoubleClick ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
Résultat void

OnKeyPress() protected méthode

protected OnKeyPress ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
Résultat void

OnLostKeyboardFocus() protected méthode

protected OnLostKeyboardFocus ( UIFocusEventArgs e ) : void
e LayoutFarm.UI.UIFocusEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

OnProcessDialogKey() protected méthode

protected OnProcessDialogKey ( UIKeyEventArgs e ) : bool
e LayoutFarm.UI.UIKeyEventArgs
Résultat bool

ReplaceCurrentLineTextRuns() public méthode

public ReplaceCurrentLineTextRuns ( IEnumerable textRuns ) : void
textRuns IEnumerable
Résultat void

ReplaceCurrentTextRunContent() public méthode

public ReplaceCurrentTextRunContent ( int nBackspaces, string newstr ) : void
nBackspaces int
newstr string
Résultat void

TextBox() public méthode

public TextBox ( int width, int height, bool multiline ) : System
width int
height int
multiline bool
Résultat System

Walk() public méthode

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
Résultat void