Property | Type | Description | |
---|---|---|---|
lineSuffix | string |
Method | Description | |
---|---|---|
DeStreamString ( |
||
PositionTextDisplay ( |
Position the carat at the end of the text to keep the last bit into view
|
|
StreamString ( |
||
UpdateLabel ( |
||
UpdateTextBox ( |
||
tailString ( string toTail, int lines ) : string |
public static DeStreamString ( |
||
ms | ||
return | string |
public static PositionTextDisplay ( |
||
box | ||
return | void |
public static StreamString ( |
||
ms | ||
item | string | |
return | void |
public static UpdateLabel ( |
||
label | ||
text | string | |
return | void |
public static UpdateTextBox ( |
||
box | ||
displayText | string | |
linesToshow | int | |
return | void |
public static tailString ( string toTail, int lines ) : string | ||
toTail | string | |
lines | int | |
return | string |