Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / MaxMinBehavior Property


MaxMinBehavior Property (GcTimeSpan)
Gets or sets the behavior when the new input value is out of MinValue and MaxValue.
Syntax
'Declaration
 
Public Property MaxMinBehavior As MaxMinBehavior
 
'Usage
 
Dim instance As GcTimeSpan
Dim value As MaxMinBehavior
 
instance.MaxMinBehavior = value
 
value = instance.MaxMinBehavior

Property Value

A MaxMinBehavior enumeration value indicates the behavior when the new input value is out of MinValue and MaxValue.
The default is MaxMinBehavior.AdjustToMaxMin.
Exceptions
ExceptionDescription
The value isn't a valid MaxMinBehavior item.
See Also