The C1MaskedInput type exposes the following members.

Constructors

  NameDescription
Public methodC1MaskedInput
Initialize an instance of C1MaskedInput.

Methods

  NameDescription
Public methodAssignPropertiesState
Assigns the state of the properties.
Public methodClearComboItems
Clears the combo items.
Public methodCreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
Public methodDispose (Overrides ComponentDispose()()()().)
Public methodFocus
Public methodget_Value
Gets the value.
Public methodGetInputElement
Public methodInitialize
Initializes the C1MaskedInput control.
(Overrides ComponentInitialize()()()().)
Public methodIsDateNull
Gets a value that indicates whether the date is null.
Public methodIsValueNull
Gets a value that indicates whether the value is null.
Protected methodOnKeyDown
Fires when the user presses a key.
Protected methodOnKeyPress
Fires when the user presses an alphanumeric key.
Protected methodOnKeyUp
Fires when the user releases a key.
Public methodSelectText
Selects a range of text.
Public methodset_Value
Sets the value to this input.
Public methodSetComboItems
Sets the combo items.
Public methodSetComboListWidth
Sets the width for the dropdown combo.
Public methodSetMaxComboListHeight
Sets the height for the dropdown combo.

Properties

  NameDescription
Public propertyAllowPromptAsInput
Gets or sets a value indicating whether PromptChar can be entered as valid data by the user.
Public propertyBackColor
Gets or sets the background color.
Public propertyCalendarClientObjID
Gets or sets the C1Calendar control to interact with.
Public propertyCalendarPopupPosition
Gets or sets popup position of the C1Calendar control.
Public propertyCulture
Gets or sets the CultureInfo object associated with this input control.
Public propertyCultureID
Gets or sets the ID of the CultureInfo object.
Public propertyDate
Gets or sets the DateTime value.
Public propertyDateFormat
Gets or sets the format pattern to display the date value.
Public propertyDateFormatResultPattern
Resulting Date format pattern.
Public propertyDecimalPlaces
Indicates the number of decimal places to display.
Public propertyDisableInputFilter
Gets or sets a value that determines whether the input filter is on or off.
Public propertyDisableUserInput
Gets or sets a value that determines whether the user can type value.
Public propertyEnabled
Public propertyForeColor
Gets or sets the foreground color.
Public propertyHeight
Gets or sets the height of the input control.
Public propertyHideEnter
If True, then browser response is disabled when the ENTER key is pressed.
Public propertyHidePromptOnLeave
Gets or sets a value indicating whether the prompt characters in the input mask are hidden when the C1MaskedInput loses focus.
Public propertyIncrement
Gets or sets how much to increase/decrease value with up/down buttons.
Public propertyInvalidInputColor
Gets or sets the color used to identify invalid input.
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.
Public propertyMaxValue
Maximum value that can be entered.
Public propertyMinValue
Minimum value that can be entered.
Public propertyNullText
Text that will be displayed for null date.
Public propertyOnClientBlur
Fires when the control loses the input focus.
Public propertyOnClientCustomButtonClick
Fires when the user clicks the custom button.
Public propertyOnClientDateChanged
Fires when the Date value is changed.
Public propertyOnClientFocus
Fires when the control receives focus.
Public propertyOnClientInit
Fires when the control is initialized.
Public propertyOnClientInvalidInput
Fires when the user enters invalid input in the control.
Public propertyOnClientKeyDown
Fires when the user presses a key.
Public propertyOnClientKeyPress
Fires when the user presses an alphanumeric key.
Public propertyOnClientKeyUp
Fires when the user releases a key.
Public propertyOnClientMouseDown
Fires when the user clicks the control with either mouse button.
Public propertyOnClientMouseOut
Fires when the user moves the mouse pointer outside the boundaries of the control.
Public propertyOnClientMouseOver
Fires when the user moves the mouse pointer into the control.
Public propertyOnClientMouseUp
Fires when the user releases a mouse button while the mouse is over the control.
Public propertyOnClientTextChanged
Fires when the user changes text in the control.
Public propertyOnClientValueBoundsExceeded
Fires immediately after the value typed in the input box is out of Min or Max bounds.
Public propertyPasswordChar
Gets or sets the character to be substituted for the actual input characters.
Public propertyPromptChar
Gets or sets the character used to represent the absence of user input in the control.
Public propertyPropertiesState
Gets the state of the properties.
Public propertyResetOnPrompt
Gets or sets a value that determines how an input character that matches the prompt character should be handled.
Public propertyResetOnSpace
Gets or sets a value that determines how a space input character should be handled.
Public propertyShowHintForEnumParts
Specifies whether to show hint with list of available enumeration values for enumeration parts in mask.
Public propertyShowNullText
Show Null Text if the Date value is empty and the control loses its focus.
Public propertySkipLiterals
Gets or sets a value indicating whether the user is allowed to re-enter literal values.
Public propertySmartInputMode
Allows smart input behavior.
Public propertyStartYear
This is the value of the starting year to be used for the smart input year calculation.
Public propertyText
Text displayed in the input box.
Public propertyTextAlign
Gets or sets the alignment of text.
Public propertyTextProviderID
Gets or sets the ID of the text provider object.
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).
Public propertyToolTip
Gets or sets the tooltip.
Public propertyUseSystemPasswordChar
Indicates if the displayable text in the control should appear as the default password character.
Public propertyVisualStyle
Gets or sets the visual style for the C1MaskedInput control.
Public propertyWidth
Gets or sets the width of the input control;

Events

  NameDescription
Public eventCustomButtonClick
Fires when the user clicks the custom button.
Public eventDateChanged
Fires when the Date value is changed.
Public eventGotFocus
Fires when the input gets focus.
Public eventInit
Fires when the input is initialized.
Public eventInvalidInput
Fires when the user enters invalid input in the control.
Public eventKeyDown
Fires when the user presses a key.
Public eventKeyPress
Fires when the user presses an alphanumeric key.
Public eventKeyUp
Fires when the user releases a key.
Public eventLostFocus
Fires when the focus moves out.
Public eventMouseDown
Fires when the user clicks the control with either mouse button.
Public eventMouseOut
Fires when the user moves the mouse pointer outside the boundaries of the control.
Public eventMouseOver
Fires when the user moves the mouse pointer into the control.
Public eventMouseUp
Fires when the user releases a mouse button while the mouse is over the control.
Public eventTextChanged
Fires when the user changes text in the control.
Public eventValueBoundsExceeded
Fires immediately after the value typed in the input box is out of Min or Max bounds.

See Also