Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / IncrementDecrementValue Method
Object to increment or decrement
Whether to decrement
Whether to wrap


In This Topic
IncrementDecrementValue Method
In This Topic
Increments or decrements the value.
Syntax
'Declaration
 
Protected Overridable Function IncrementDecrementValue( _
   ByVal incdec As Object, _
   ByVal decrement As Boolean, _
   ByVal wrap As Boolean _
) As Boolean
 
'Usage
 
Dim instance As SEditTextBox
Dim incdec As Object
Dim decrement As Boolean
Dim wrap As Boolean
Dim value As Boolean
 
value = instance.IncrementDecrementValue(incdec, decrement, wrap)

Parameters

incdec
Object to increment or decrement
decrement
Whether to decrement
wrap
Whether to wrap
See Also