The C1InputBase type exposes the following members.

Methods

  NameDescription
Protected methodGetScriptReferences
Gets a collection of ScriptReference objects that define script resources that the control requires.
(Overrides C1ThemeableControlGetScriptReferences()()()().)
Protected methodLoadClientData
Loads data from the client.
Protected methodLoadTextOrValue
Protected methodOnPreRender
Raises the PreRender event.
(Overrides C1ThemeableControlOnPreRender(EventArgs).)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIPostBackDataHandler..::..LoadPostData
Processes the postback data.
Explicit interface implemetationPrivate methodIPostBackEventHandler..::..RaisePostBackEvent
Enables a server control to process an event raised when a form is posted to the server.
Explicit interface implemetationPrivate methodIPostBackDataHandler..::..RaisePostDataChangedEvent
Signals the server control to notify the ASP.NET application that the state of the control has changed.

See Also