[]
        
(Showing Draft Content)

C1.Win.C1Input.C1NumericEdit

C1NumericEdit Class

Represents a composite control combining a NumericUpDown and a drop-down calculator for easy numeric values editing.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[ToolboxBitmap(typeof(C1NumericEdit), "C1NumericEdit.png")]
public class C1NumericEdit : C1DropDownControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor

Constructors

Name Description
C1NumericEdit()

Initializes a new instance of the C1NumericEdit class.

Properties

Name Description
Calculator

The dropdown calculator object.

DataType

Type of the Value property.

DefaultDropDownFormClassName

This property is for internal use only.

DefaultThemeRootPath

Default path for the control in xml theme file.

FormatType

Enumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting.

Increment

Indicates the amount to increment/decrement when the user clicks up/down buttons.

Text

This property is for internal use only.

TypeRestriction

This property is for internal use only.

Methods

Name Description
CreateAccessibilityInstance()
Dispose(bool)

Releases the resources used by the C1DropDownControl.

OnUpDownButtonClick(UpDownButtonClickEventArgs)

This method is for internal use only.

OnVisualStyleChanged(EventArgs)

Invokes the VisualStyleChanged event.

OpenDropDown()

Shows the dropdown.

ResetIncrement()

This method is for internal use only.

ShouldSerializeCalculator()

This method is for internal use only.

ShouldSerializeIncrement()

This method is for internal use only.

SpinDown()

Performs spin down.

SpinDown(object)

Performs spin down.

SpinUp()

Performs spin up.

SpinUp(object)

Performs spin up.

UpdateDataType(Type)

This method is for internal use only.