Click or drag to resize
InputIncrementSettings Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsInputIncrementSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class InputIncrementSettings

The InputIncrementSettings type exposes the following members.

Constructors
  NameDescription
Public methodInputIncrementSettings
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyIncrement

Gets or sets the value to increment or decrement the spin box when the up or down buttons are clicked.

Public propertyInterceptArrowKeys

Gets or sets a value indicating whether the user can use the UP ARROW and DOWN ARROW keys to increment/decrement values.

Public propertyInterceptMouseWheel

Gets or sets a value indicating whether the user can use the MOUSEWHEEL to increment/decrement values.

Public propertyLargeIncrement

Gets or sets the value to increment or decrement the spin box when the up or down buttons are clicked.

Public propertyViewState
Top
See Also