The C1CurrencyInput type exposes the following members.

Constructors

  NameDescription
Public methodC1CurrencyInput
Initializes a new instance of the C1CurrencyInput class.

Methods

  NameDescription
Protected methodCreateChildControls
Notifies server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Inherited from C1MaskedInput.)
Protected methodGetControlCssClass
Gets the CSS class name for the control.
(Inherited from C1MaskedInput.)
Protected methodGetScriptDescriptors
Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
(Inherited from C1MaskedInput.)
Protected methodGetScriptReferences
Gets a collection of ScriptReference objects that define script resources that the control requires.
(Inherited from C1InputBase.)
Protected methodGetTextAlign
(Inherited from C1MaskedInput.)
Protected methodLoadClientData
Loads data from the client.
(Inherited from C1InputBase.)
Protected methodLoadTextOrValue
(Inherited from C1NumericInput.)
Protected methodOnPreRender
Raises the PreRender event.
(Inherited from C1MaskedInput.)
Protected methodRender
Renders the control to the specified HTML writer.
(Inherited from C1MaskedInput.)

Properties

  NameDescription
Public propertyAllowPromptAsInput
Gets or sets a value indicating whether PromptChar can be entered as valid data by the user.
(Inherited from C1MaskedInput.)
Public propertyClientID
Server control identifier generated by ASP.NET.
(Inherited from C1InputBase.)
Public propertyCulture
CultureInfo object. Each culture has different conventions for displaying dates, time, numbers, currency, and other information. Neutral cultures are not supported.
(Inherited from C1InputBase.)
Public propertyCustomButtonAlign
Visibility and display position of the custom button.
(Inherited from C1InputBase.)
Public propertyDecimalPlaces
Indicates the number of decimal places to display.
(Inherited from C1NumericInput.)
Public propertyHideEnter
If True, then browser response is disabled when the ENTER key is pressed.
(Inherited from C1InputBase.)
Public propertyHidePromptOnLeave
Gets or sets a value indicating whether the prompt characters in the input mask are hidden when the C1MaskedInput loses focus.
(Inherited from C1MaskedInput.)
Public propertyID
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from C1InputBase.)
Public propertyIncrement
Gets or sets how much to increase/decrease value with up/down buttons.
(Inherited from C1NumericInput.)
Public propertyInvalidInputColor
Gets or sets the color used to identify invalid input.
(Inherited from C1MaskedInput.)
Public propertyMask
Gets or sets the input mask to use at run time. Mask must be a string composed of one or more of the masking elements, enumeration parts, or numeric ranges.
(Inherited from C1MaskedInput.)
Public propertyMaxValue
Maximum value that can be entered.
(Inherited from C1NumericInput.)
Public propertyMinValue
Minimum value that can be entered.
(Inherited from C1NumericInput.)
Public propertyNullText
Text that will be displayed for null value(value that equals to MinValue).
(Inherited from C1NumericInput.)
Public propertyOnClientBlur
Fires when the control loses the input focus.
(Inherited from C1InputBase.)
Public propertyOnClientCustomButtonClick
Fires when the user clicks the custom button.
(Inherited from C1InputBase.)
Public propertyOnClientFocus
Fires when the control receives focus.
(Inherited from C1InputBase.)
Public propertyOnClientInit
Fires when the control is initialized.
(Inherited from C1InputBase.)
Public propertyOnClientInvalidInput
Fires when the user enters invalid input in the control.
(Inherited from C1InputBase.)
Public propertyOnClientKeyDown
Fires when the user presses a key.
(Inherited from C1InputBase.)
Public propertyOnClientKeyPress
Fires when the user presses an alphanumeric key.
(Inherited from C1InputBase.)
Public propertyOnClientKeyUp
Fires when the user releases a key.
(Inherited from C1InputBase.)
Public propertyOnClientMouseDown
Fires when the user clicks the control with either mouse button.
(Inherited from C1InputBase.)
Public propertyOnClientMouseOut
Fires when the user moves the mouse pointer outside the boundaries of the control.
(Inherited from C1InputBase.)
Public propertyOnClientMouseOver
Fires when the user moves the mouse pointer into the control.
(Inherited from C1InputBase.)
Public propertyOnClientMouseUp
Fires when the user releases a mouse button while the mouse is over the control.
(Inherited from C1InputBase.)
Public propertyOnClientTextChanged
Fires when the user changes text in the control.
(Inherited from C1InputBase.)
Public propertyOnClientValueBoundsExceeded
Fires immediately after the value typed in the input box is out of Min or Max bounds.
(Inherited from C1NumericInput.)
Public propertyPasswordChar
Gets or sets the character to be substituted for the actual input characters.
(Inherited from C1MaskedInput.)
Public propertyPromptChar
Gets or sets the character used to represent the absence of user input in the control.
(Inherited from C1MaskedInput.)
Public propertyReadOnly
Gets or sets a value indicating whether the contents of the Input control can be changed.
(Inherited from C1InputBase.)
Public propertyResetOnPrompt
Gets or sets a value that determines how an input character that matches the prompt character should be handled.
(Inherited from C1MaskedInput.)
Public propertyResetOnSpace
Gets or sets a value that determines how a space input character should be handled.
(Inherited from C1MaskedInput.)
Public propertyShowHintForEnumParts
Specifies whether to show a hint with a list of available enumeration values for enumeration parts in the mask.
(Inherited from C1MaskedInput.)
Public propertySkipLiterals
Gets or sets a value indicating whether the user is allowed to re-enter literal values.
(Inherited from C1MaskedInput.)
Public propertySmartInputMode
Allows smart input behavior.
(Inherited from C1InputBase.)
Public propertyText
Gets or sets the text as it is currently displayed to the user.
(Inherited from C1MaskedInput.)
Public propertyTextAlign
Alignment of the text.
(Inherited from C1NumericInput.)
Public propertyTextWithLiterals
Gets the text input by the user as well as any literal characters defined in the mask.
(Inherited from C1MaskedInput.)
Public propertyTextWithPromptAndLiterals
Gets the text input by the user as well as any literal characters defined in the mask and any instances of the prompt character.
(Inherited from C1MaskedInput.)
Public propertyTextWithPrompts
Gets the text input by the user as well as any instances of the prompt character.
(Inherited from C1MaskedInput.)
Public propertyThousandsSeparator
Indicates whether the thousands group separator will be inserted between every three decimal digits (number of digits in thousands group depends on the selected Culture).
(Inherited from C1NumericInput.)
Public propertyUpDownAlign
Alignment of the Up/Down buttons.
(Inherited from C1NumericInput.)
Public propertyUsedCulture
CultureInfo object that is currently used by the control.
(Inherited from C1InputBase.)
Public propertyUseSystemPasswordChar
Indicates if the displayable text in the control should appear as the default password character.
(Inherited from C1MaskedInput.)
Public propertyValue
Gets or sets a numeric value.
(Inherited from C1NumericInput.)

Events

  NameDescription
Public eventTextChanged
Fires when the text is changed.
(Inherited from C1InputBase.)
Public eventValueChanged
Fires when the value is changed.
(Inherited from C1NumericInput.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIPostBackDataHandler..::..LoadPostData
Processes the postback data.
(Inherited from C1InputBase.)
Explicit interface implemetationPrivate methodIPostBackEventHandler..::..RaisePostBackEvent
Enables a server control to process an event raised when a form is posted to the server.
(Inherited from C1InputBase.)
Explicit interface implemetationPrivate methodIPostBackDataHandler..::..RaisePostDataChangedEvent
Signals the server control to notify the ASP.NET application that the state of the control has changed.
(Inherited from C1InputBase.)

See Also