The C1MaskedInput type exposes the following members.

Constructors

  NameDescription
Public methodC1MaskedInput
Initializes a new instance of the C1MaskedInput 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.
(Overrides Control..::..CreateChildControls()()()().)
Protected methodGetControlCssClass
Gets the CSS class name for the control.
Protected methodGetScriptDescriptors
Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
(Overrides C1ThemeableControlGetScriptDescriptors()()()().)
Protected methodGetScriptReferences
Gets a collection of ScriptReference objects that define script resources that the control requires.
(Inherited from C1InputBase.)
Protected methodGetTextAlign
Protected methodLoadClientData
Loads data from the client.
(Inherited from C1InputBase.)
Protected methodLoadTextOrValue
Protected methodOnPreRender
Raises the PreRender event.
(Overrides C1InputBase..::..OnPreRender(EventArgs).)
Protected methodRender
Renders the control to the specified HTML writer.
(Overrides WebControl..::..Render(HtmlTextWriter).)

Properties

  NameDescription
Public propertyAllowPromptAsInput
Gets or sets a value indicating whether PromptChar can be entered as valid data by the user.
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 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.
Public propertyID
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from C1InputBase.)
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 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 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 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.
Public propertyResetOnSpace
Gets or sets a value that determines how a space input character should be handled.
Public propertyShowHintForEnumParts
Specifies whether to show a hint with a list of available enumeration values for enumeration parts in the mask.
Public propertySkipLiterals
Gets or sets a value indicating whether the user is allowed to re-enter literal values.
Public propertySmartInputMode
Allows smart input behavior.
(Inherited from C1InputBase.)
Public propertyText
Gets or sets the text as it is currently displayed to the user.
(Overrides C1InputBase..::..Text.)
Public propertyTextAlign
Alignment of the text in the input box.
(Inherited from C1InputBase.)
Public propertyTextWithLiterals
Gets the text input by the user as well as any literal characters defined in the mask.
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.
Public propertyTextWithPrompts
Gets the text input by the user as well as any instances of the prompt character.
Public propertyUpDownAlign
Visibility and display position of the Up/Down buttons.
(Inherited from C1InputBase.)
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.

Events

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

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