Method | Description | |
---|---|---|
Blur ( ) : void | ||
ClearText ( ) : void | ||
CopyCurrentLine ( StringBuilder stbuilder ) : void | ||
DoEnd ( ) : void | ||
DoHome ( ) : void | ||
Focus ( ) : void | ||
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement | ||
ReplaceCurrentLineTextRuns ( IEnumerable |
||
ReplaceCurrentTextRunContent ( int nBackspaces, string newstr ) : void | ||
TextBox ( int width, int height, bool multiline ) : System | ||
Walk ( |
Method | Description | |
---|---|---|
OnDoubleClick ( |
||
OnKeyDown ( |
||
OnKeyPress ( |
||
OnKeyUp ( |
||
OnLostKeyboardFocus ( |
||
OnMouseDown ( |
||
OnMouseLeave ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
||
OnProcessDialogKey ( |
public CopyCurrentLine ( StringBuilder stbuilder ) : void | ||
stbuilder | StringBuilder | |
return | void |
public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement | ||
rootgfx | RootGraphic | |
return | RenderElement |
protected OnDoubleClick ( |
||
e | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnKeyPress ( |
||
e | ||
return | void |
protected OnKeyUp ( |
||
e | ||
return | void |
protected OnLostKeyboardFocus ( |
||
e | ||
return | void |
protected OnMouseDown ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( |
||
e | ||
return | void |
protected OnMouseUp ( |
||
e | ||
return | void |
protected OnProcessDialogKey ( |
||
e | ||
return | bool |
public ReplaceCurrentLineTextRuns ( IEnumerable |
||
textRuns | IEnumerable |
|
return | void |
public ReplaceCurrentTextRunContent ( int nBackspaces, string newstr ) : void | ||
nBackspaces | int | |
newstr | string | |
return | void |
public TextBox ( int width, int height, bool multiline ) : System | ||
width | int | |
height | int | |
multiline | bool | |
return | System |
public Walk ( |
||
visitor | ||
return | void |