[]
        
(Showing Draft Content)

C1.Win.Input.C1NumericEdit

C1NumericEdit Class

Represents a control for numeric values editing.

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
[ToolboxBitmap(typeof(C1NumericEdit), "C1NumericEdit.png")]
public class C1NumericEdit : C1TextBoxBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, ITextBoxBase, IInputEditor, IEmbeddedEditor, IUiaRangeValueProvider

Constructors

Name Description
C1NumericEdit()

Initializes a new instance of the C1NumericEdit class.

Properties

Name Description
DataType

Gets or sets the type of the Value property.

Increment

Gets or sets a value that indicates the amount to increment/decrement when the user clicks up/down buttons.

NumericInputKeys

Gets or sets a value that indicates whether special keys are required.

Styles

Gets or sets the C1NumericEdit styles.

Text

Gets or sets the text associated with this control.

Value

Gets or sets the current DataType representation of the visual information contained in the control.

Methods

Name Description
CreateUiaItem(UiaItem)

Creates UI Automation object of this control.

OnUpDownButtonClick(UpDownButtonClickEventArgs)

Raises the UpDownButtonClick event.

ResetIncrement()

Restores the default value of the Increment property.

ShouldSerializeIncrement()

Specifies whether to save the value of the Increment property.

SpinDown()

Performs spin down.

SpinDown(object)

Performs spin down.

SpinUp()

Performs spin up.

SpinUp(object)

Performs spin up.