The C1InputBase type exposes the following members.

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.

See Also