[]
Increments or decrements the value.
protected virtual bool IncrementDecrementValue(object incdec, bool decrement, bool wrap)
Protected Overridable Function IncrementDecrementValue(incdec As Object, decrement As Boolean, wrap As Boolean) As Boolean
| Type | Name | Description |
|---|---|---|
| object | incdec | Object to increment or decrement |
| bool | decrement | Whether to decrement |
| bool | wrap | Whether to wrap |
| Type | Description |
|---|---|
| bool | true if successful;otherwise false |