The C1MaskedInput type exposes the following members.

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).)

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