Method | Description | |
---|---|---|
DeleteNextCharacter ( ) : void | ||
DrawBackground ( |
||
DrawSelf ( |
||
OnKeyDown ( |
||
OnKeyPress ( |
||
OnMouseUp ( |
||
SelectCharacterPosition ( int charPosition ) : void | ||
SetEditMode ( EditMode newMode ) : void | ||
SingleLineTextEditor ( string name, int x, int y, int width, int height ) : System |
Method | Description | |
---|---|---|
GetLeadingEdgeOfCharacterPosition ( int characterPosition ) : Point | ||
GetTrailingEdgeOfCharacterPosition ( int characterPosition ) : Point | ||
OnGainedFocus ( ) : void | ||
OnLostFocus ( ) : void |
public DrawBackground ( |
||
devent | ||
return | void |
public DrawSelf ( |
||
devent | ||
return | void |
protected GetLeadingEdgeOfCharacterPosition ( int characterPosition ) : Point | ||
characterPosition | int | |
return | Point |
protected GetTrailingEdgeOfCharacterPosition ( int characterPosition ) : Point | ||
characterPosition | int | |
return | Point |
public OnKeyDown ( |
||
ke | ||
return | void |
public OnKeyPress ( |
||
ke | ||
return | void |
public OnMouseUp ( |
||
e | ||
return | void |
public SelectCharacterPosition ( int charPosition ) : void | ||
charPosition | int | |
return | void |
public SetEditMode ( EditMode newMode ) : void | ||
newMode | EditMode | |
return | void |
public SingleLineTextEditor ( string name, int x, int y, int width, int height ) : System | ||
name | string | |
x | int | |
y | int | |
width | int | |
height | int | |
return | System |