The C1PercentInput 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.
(Inherited from C1MaskedInput.)
Protected methodGetControlCssClass
Gets the CSS class name for the control.
(Inherited from C1MaskedInput.)
Protected methodGetScriptDescriptors
Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
(Inherited from C1MaskedInput.)
Protected methodGetScriptReferences
Gets a collection of ScriptReference objects that define script resources that the control requires.
(Inherited from C1InputBase.)
Protected methodGetTextAlign
(Inherited from C1MaskedInput.)
Protected methodLoadClientData
Loads data from the client.
(Inherited from C1InputBase.)
Protected methodLoadTextOrValue
(Inherited from C1NumericInput.)
Protected methodOnPreRender
Raises the PreRender event.
(Inherited from C1MaskedInput.)
Protected methodRender
Renders the control to the specified HTML writer.
(Inherited from C1MaskedInput.)

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