The C1MaskedInput type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1MaskedInput |
Initialize an instance of C1MaskedInput.
|
Methods
Name | Description | |
---|---|---|
![]() | AssignPropertiesState |
Assigns the state of the properties.
|
![]() | ClearComboItems |
Clears the combo items.
|
![]() | CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
|
![]() | Dispose | (Overrides ComponentDispose()()()().) |
![]() | Focus | |
![]() | get_Value |
Gets the value.
|
![]() | GetInputElement | |
![]() | Initialize |
Initializes the C1MaskedInput control.
(Overrides ComponentInitialize()()()().) |
![]() | IsDateNull |
Gets a value that indicates whether the date is null.
|
![]() | IsValueNull |
Gets a value that indicates whether the value is null.
|
![]() | OnKeyDown |
Fires when the user presses a key.
|
![]() | OnKeyPress |
Fires when the user presses an alphanumeric key.
|
![]() | OnKeyUp |
Fires when the user releases a key.
|
![]() | SelectText |
Selects a range of text.
|
![]() | set_Value |
Sets the value to this input.
|
![]() | SetComboItems |
Sets the combo items.
|
![]() | SetComboListWidth |
Sets the width for the dropdown combo.
|
![]() | SetMaxComboListHeight |
Sets the height for the dropdown combo.
|
Properties
Name | Description | |
---|---|---|
![]() | AllowPromptAsInput |
Gets or sets a value indicating whether PromptChar
can be entered as valid data by the user.
|
![]() | BackColor |
Gets or sets the background color.
|
![]() | CalendarClientObjID |
Gets or sets the C1Calendar control to interact with.
|
![]() | CalendarPopupPosition |
Gets or sets popup position of the C1Calendar control.
|
![]() | Culture |
Gets or sets the CultureInfo object associated with this input control.
|
![]() | CultureID |
Gets or sets the ID of the CultureInfo object.
|
![]() | Date |
Gets or sets the DateTime value.
|
![]() | DateFormat |
Gets or sets the format pattern to display the date value.
|
![]() | DateFormatResultPattern |
Resulting Date format pattern.
|
![]() | DecimalPlaces |
Indicates the number of decimal places to display.
|
![]() | DisableInputFilter |
Gets or sets a value that determines whether the input filter is on or off.
|
![]() | DisableUserInput |
Gets or sets a value that determines whether the user can type value.
|
![]() | Enabled | |
![]() | ForeColor |
Gets or sets the foreground color.
|
![]() | Height |
Gets or sets the height of the input control.
|
![]() | HideEnter |
If True, then browser response is disabled when the ENTER key is pressed.
|
![]() | HidePromptOnLeave |
Gets or sets a value indicating whether the prompt characters
in the input mask are hidden when the C1MaskedInput
loses focus.
|
![]() | Increment |
Gets or sets how much to increase/decrease value with up/down buttons.
|
![]() | InvalidInputColor |
Gets or sets the color used to identify invalid input.
|
![]() | 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.
|
![]() | MaxValue |
Maximum value that can be entered.
|
![]() | MinValue |
Minimum value that can be entered.
|
![]() | NullText |
Text that will be displayed for null date.
|
![]() | OnClientBlur |
Fires when the control loses the input focus.
|
![]() | OnClientCustomButtonClick |
Fires when the user clicks the custom button.
|
![]() | OnClientDateChanged |
Fires when the Date value is changed.
|
![]() | OnClientFocus |
Fires when the control receives focus.
|
![]() | OnClientInit |
Fires when the control is initialized.
|
![]() | OnClientInvalidInput |
Fires when the user enters invalid input in the control.
|
![]() | OnClientKeyDown |
Fires when the user presses a key.
|
![]() | OnClientKeyPress |
Fires when the user presses an alphanumeric key.
|
![]() | OnClientKeyUp |
Fires when the user releases a key.
|
![]() | OnClientMouseDown |
Fires when the user clicks the control with either mouse button.
|
![]() | OnClientMouseOut |
Fires when the user moves the mouse pointer outside the boundaries of the control.
|
![]() | OnClientMouseOver |
Fires when the user moves the mouse pointer into the control.
|
![]() | OnClientMouseUp |
Fires when the user releases a mouse button while the mouse is over the control.
|
![]() | OnClientTextChanged |
Fires when the user changes text in the control.
|
![]() | OnClientValueBoundsExceeded |
Fires immediately after the value typed in the input box is out of Min or Max bounds.
|
![]() | PasswordChar |
Gets or sets the character to be substituted for the actual input characters.
|
![]() | PromptChar |
Gets or sets the character used to represent the absence of
user input in the control.
|
![]() | PropertiesState |
Gets the state of the properties.
|
![]() | ResetOnPrompt |
Gets or sets a value that determines how an input character that matches the prompt character should be handled.
|
![]() | ResetOnSpace |
Gets or sets a value that determines how a space input
character should be handled.
|
![]() | ShowHintForEnumParts |
Specifies whether to show hint with list of available
enumeration values for enumeration parts in mask.
|
![]() | ShowNullText |
Show Null Text if the Date value is empty and the control loses its focus.
|
![]() | SkipLiterals |
Gets or sets a value indicating whether the user is allowed to re-enter literal values.
|
![]() | SmartInputMode |
Allows smart input behavior.
|
![]() | StartYear |
This is the value of the starting year to be used for the smart input year calculation.
|
![]() | Text |
Text displayed in the input box.
|
![]() | TextAlign |
Gets or sets the alignment of text.
|
![]() | TextProviderID |
Gets or sets the ID of the text provider object.
|
![]() | 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).
|
![]() | ToolTip |
Gets or sets the tooltip.
|
![]() | UseSystemPasswordChar |
Indicates if the displayable text in the control should appear as the
default password character.
|
![]() | VisualStyle |
Gets or sets the visual style for the C1MaskedInput control.
|
![]() | Width |
Gets or sets the width of the input control;
|
Events
Name | Description | |
---|---|---|
![]() | CustomButtonClick |
Fires when the user clicks the custom button.
|
![]() | DateChanged |
Fires when the Date value is changed.
|
![]() | GotFocus |
Fires when the input gets focus.
|
![]() | Init |
Fires when the input is initialized.
|
![]() | InvalidInput |
Fires when the user enters invalid input in the control.
|
![]() | KeyDown |
Fires when the user presses a key.
|
![]() | KeyPress |
Fires when the user presses an alphanumeric key.
|
![]() | KeyUp |
Fires when the user releases a key.
|
![]() | LostFocus |
Fires when the focus moves out.
|
![]() | MouseDown |
Fires when the user clicks the control with either mouse button.
|
![]() | MouseOut |
Fires when the user moves the mouse pointer outside the boundaries of the control.
|
![]() | MouseOver |
Fires when the user moves the mouse pointer into the control.
|
![]() | MouseUp |
Fires when the user releases a mouse button while the mouse is over the control.
|
![]() | TextChanged |
Fires when the user changes text in the control.
|
![]() | ValueBoundsExceeded |
Fires immediately after the value typed in the input box is out of Min or Max bounds.
|