The C1MaskedInput type exposes the following members.

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.

See Also