[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.SEditTextBox.IncrementDecrementValue

IncrementDecrementValue Method

IncrementDecrementValue(object, bool, bool)

Increments or decrements the value.

Declaration
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
Parameters
Type Name Description
object incdec

Object to increment or decrement

bool decrement

Whether to decrement

bool wrap

Whether to wrap

Returns
Type Description
bool

true if successful;otherwise false