The C1InputBase type exposes the following members.

Constructors

  NameDescription
Public methodC1InputBase
Creates an instance of C1InputBase class.

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

Properties

  NameDescription
Public propertyClientID
Server control identifier generated by ASP.NET.
(Overrides Control..::..ClientID.)
Public propertyCulture
CultureInfo object. Each culture has different conventions for displaying dates, time, numbers, currency, and other information. Neutral cultures are not supported.
Public propertyCustomButtonAlign
Visibility and display position of the custom button.
Public propertyHideEnter
If True, then browser response is disabled when the ENTER key is pressed.
Public propertyID
Gets or sets the programmatic identifier assigned to the server control.
(Overrides Control..::..ID.)
Public propertyOnClientBlur
Fires when the control loses the input focus.
Public propertyOnClientCustomButtonClick
Fires when the user clicks the custom button.
Public propertyOnClientFocus
Fires when the control receives focus.
Public propertyOnClientInit
Fires when the control is initialized.
Public propertyOnClientInvalidInput
Fires when the user enters invalid input in the control.
Public propertyOnClientKeyDown
Fires when the user presses a key.
Public propertyOnClientKeyPress
Fires when the user presses an alphanumeric key.
Public propertyOnClientKeyUp
Fires when the user releases a key.
Public propertyOnClientMouseDown
Fires when the user clicks the control with either mouse button.
Public propertyOnClientMouseOut
Fires when the user moves the mouse pointer outside the boundaries of the control.
Public propertyOnClientMouseOver
Fires when the user moves the mouse pointer into the control.
Public propertyOnClientMouseUp
Fires when the user releases a mouse button while the mouse is over the control.
Public propertyOnClientTextChanged
Fires when the user changes text in the control.
Public propertyReadOnly
Gets or sets a value indicating whether the contents of the Input control can be changed.
Public propertySmartInputMode
Allows smart input behavior.
Public propertyText
Text displayed in the input box.
Public propertyTextAlign
Alignment of the text in the input box.
Public propertyUpDownAlign
Visibility and display position of the Up/Down buttons.
Public propertyUsedCulture
CultureInfo object that is currently used by the control.

Events

  NameDescription
Public eventTextChanged
Fires when the text is changed.

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