The C1CurrencyInput type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1CurrencyInput |
Initializes a new instance of the C1CurrencyInput class.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateChildControls |
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.) |
![]() | GetControlCssClass |
Gets the CSS class name for the control.
(Inherited from C1MaskedInput.) |
![]() | GetScriptDescriptors |
Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
(Inherited from C1MaskedInput.) |
![]() | GetScriptReferences |
Gets a collection of ScriptReference objects that define script resources that the control requires.
(Inherited from C1InputBase.) |
![]() | GetTextAlign | (Inherited from C1MaskedInput.) |
![]() | LoadClientData |
Loads data from the client.
(Inherited from C1InputBase.) |
![]() | LoadTextOrValue | (Inherited from C1NumericInput.) |
![]() | OnPreRender |
Raises the PreRender event.
(Inherited from C1MaskedInput.) |
![]() | Render |
Renders the control to the specified HTML writer.
(Inherited from C1MaskedInput.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowPromptAsInput |
Gets or sets a value indicating whether PromptChar
can be entered as valid data by the user.
(Inherited from C1MaskedInput.) |
![]() | ClientID |
Server control identifier generated by ASP.NET.
(Inherited from C1InputBase.) |
![]() | Culture |
CultureInfo object. Each culture has different conventions
for displaying dates, time, numbers, currency, and other
information. Neutral cultures are not supported.
(Inherited from C1InputBase.) |
![]() | CustomButtonAlign |
Visibility and display position of the custom button.
(Inherited from C1InputBase.) |
![]() | DecimalPlaces |
Indicates the number of decimal places to display.
(Inherited from C1NumericInput.) |
![]() | HideEnter |
If True, then browser response is disabled when the ENTER key is pressed.
(Inherited from C1InputBase.) |
![]() | HidePromptOnLeave |
Gets or sets a value indicating whether the prompt characters
in the input mask are hidden when the C1MaskedInput
loses focus.
(Inherited from C1MaskedInput.) |
![]() | ID |
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from C1InputBase.) |
![]() | Increment |
Gets or sets how much to increase/decrease value with up/down buttons.
(Inherited from C1NumericInput.) |
![]() | InvalidInputColor |
Gets or sets the color used to identify invalid input.
(Inherited from C1MaskedInput.) |
![]() | Mask |
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.) |
![]() | MaxValue |
Maximum value that can be entered.
(Inherited from C1NumericInput.) |
![]() | MinValue |
Minimum value that can be entered.
(Inherited from C1NumericInput.) |
![]() | NullText |
Text that will be displayed for null value(value that equals to MinValue).
(Inherited from C1NumericInput.) |
![]() | OnClientBlur |
Fires when the control loses the input focus.
(Inherited from C1InputBase.) |
![]() | OnClientCustomButtonClick |
Fires when the user clicks the custom button.
(Inherited from C1InputBase.) |
![]() | OnClientFocus |
Fires when the control receives focus.
(Inherited from C1InputBase.) |
![]() | OnClientInit |
Fires when the control is initialized.
(Inherited from C1InputBase.) |
![]() | OnClientInvalidInput |
Fires when the user enters invalid input in the control.
(Inherited from C1InputBase.) |
![]() | OnClientKeyDown |
Fires when the user presses a key.
(Inherited from C1InputBase.) |
![]() | OnClientKeyPress |
Fires when the user presses an alphanumeric key.
(Inherited from C1InputBase.) |
![]() | OnClientKeyUp |
Fires when the user releases a key.
(Inherited from C1InputBase.) |
![]() | OnClientMouseDown |
Fires when the user clicks the control with either mouse button.
(Inherited from C1InputBase.) |
![]() | OnClientMouseOut |
Fires when the user moves the mouse pointer outside the boundaries of the control.
(Inherited from C1InputBase.) |
![]() | OnClientMouseOver |
Fires when the user moves the mouse pointer into the control.
(Inherited from C1InputBase.) |
![]() | OnClientMouseUp |
Fires when the user releases a mouse button while the mouse is over the control.
(Inherited from C1InputBase.) |
![]() | OnClientTextChanged |
Fires when the user changes text in the control.
(Inherited from C1InputBase.) |
![]() | OnClientValueBoundsExceeded |
Fires immediately after the value typed in the input box is out of Min or Max bounds.
(Inherited from C1NumericInput.) |
![]() | PasswordChar |
Gets or sets the character to be substituted for the actual input characters.
(Inherited from C1MaskedInput.) |
![]() | PromptChar |
Gets or sets the character used to represent the absence of
user input in the control.
(Inherited from C1MaskedInput.) |
![]() | ReadOnly |
Gets or sets a value indicating whether the contents of the Input control can be changed.
(Inherited from C1InputBase.) |
![]() | ResetOnPrompt |
Gets or sets a value that determines how an input character that matches the prompt character should be handled.
(Inherited from C1MaskedInput.) |
![]() | ResetOnSpace |
Gets or sets a value that determines how a space input
character should be handled.
(Inherited from C1MaskedInput.) |
![]() | ShowHintForEnumParts |
Specifies whether to show a hint with a list of available enumeration values
for enumeration parts in the mask.
(Inherited from C1MaskedInput.) |
![]() | SkipLiterals |
Gets or sets a value indicating whether the user is allowed to re-enter literal
values.
(Inherited from C1MaskedInput.) |
![]() | SmartInputMode |
Allows smart input behavior.
(Inherited from C1InputBase.) |
![]() | Text |
Gets or sets the text as it is currently displayed to the user.
(Inherited from C1MaskedInput.) |
![]() | TextAlign |
Alignment of the text.
(Inherited from C1NumericInput.) |
![]() | TextWithLiterals |
Gets the text input by the user as well as any literal
characters defined in the mask.
(Inherited from C1MaskedInput.) |
![]() | TextWithPromptAndLiterals |
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.) |
![]() | TextWithPrompts |
Gets the text input by the user as well as any instances of
the prompt character.
(Inherited from C1MaskedInput.) |
![]() | ThousandsSeparator |
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.) |
![]() | UpDownAlign |
Alignment of the Up/Down buttons.
(Inherited from C1NumericInput.) |
![]() | UsedCulture |
CultureInfo object that is currently used by the control.
(Inherited from C1InputBase.) |
![]() | UseSystemPasswordChar |
Indicates if the displayable text in the control should appear as the
default password character.
(Inherited from C1MaskedInput.) |
![]() | Value |
Gets or sets a numeric value.
(Inherited from C1NumericInput.) |
Events
Name | Description | |
---|---|---|
![]() | TextChanged |
Fires when the text is changed.
(Inherited from C1InputBase.) |
![]() | ValueChanged |
Fires when the value is changed.
(Inherited from C1NumericInput.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IPostBackDataHandler..::..LoadPostData |
Processes the postback data.
(Inherited from C1InputBase.) |
![]() ![]() | IPostBackEventHandler..::..RaisePostBackEvent |
Enables a server control to process an event raised when a form is posted to the server.
(Inherited from C1InputBase.) |
![]() ![]() | IPostBackDataHandler..::..RaisePostDataChangedEvent |
Signals the server control to notify the ASP.NET application that the state of the control has changed.
(Inherited from C1InputBase.) |