[]
Increments or decrements (dependent on sign of "incrAmt") the value represented by the text.
bool IncrementValue(string currText, int position, object incrAmt, bool wrapValueFlag, object initValueIfBlank, out string resultText, out int resultCaretPos)
Function IncrementValue(currText As String, position As Integer, incrAmt As Object, wrapValueFlag As Boolean, initValueIfBlank As Object, ByRef resultText As String, ByRef resultCaretPos As Integer) As Boolean
Type | Name | Description |
---|---|---|
string | currText | Current text string |
int | position | Position index |
object | incrAmt | Amount to increment |
bool | wrapValueFlag | Whether to wrap to multiple lines |
object | initValueIfBlank | Initial value if blank |
string | resultText | Result text string |
int | resultCaretPos | Result input position |
Type | Description |
---|---|
bool |