The C1InputBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ClientID |
Server control identifier generated by ASP.NET.
(Overrides Control..::..ClientID.) |
![]() | Culture |
CultureInfo object. Each culture has different conventions
for displaying dates, time, numbers, currency, and other
information. Neutral cultures are not supported.
|
![]() | CustomButtonAlign |
Visibility and display position of the custom button.
|
![]() | HideEnter |
If True, then browser response is disabled when the ENTER key is pressed.
|
![]() | ID |
Gets or sets the programmatic identifier assigned to the server control.
(Overrides Control..::..ID.) |
![]() | OnClientBlur |
Fires when the control loses the input focus.
|
![]() | OnClientCustomButtonClick |
Fires when the user clicks the custom button.
|
![]() | OnClientFocus |
Fires when the control receives focus.
|
![]() | OnClientInit |
Fires when the control is initialized.
|
![]() | OnClientInvalidInput |
Fires when the user enters invalid input in the control.
|
![]() | OnClientKeyDown |
Fires when the user presses a key.
|
![]() | OnClientKeyPress |
Fires when the user presses an alphanumeric key.
|
![]() | OnClientKeyUp |
Fires when the user releases a key.
|
![]() | OnClientMouseDown |
Fires when the user clicks the control with either mouse button.
|
![]() | OnClientMouseOut |
Fires when the user moves the mouse pointer outside the boundaries of the control.
|
![]() | OnClientMouseOver |
Fires when the user moves the mouse pointer into the control.
|
![]() | OnClientMouseUp |
Fires when the user releases a mouse button while the mouse is over the control.
|
![]() | OnClientTextChanged |
Fires when the user changes text in the control.
|
![]() | ReadOnly |
Gets or sets a value indicating whether the contents of the Input control can be changed.
|
![]() | SmartInputMode |
Allows smart input behavior.
|
![]() | Text |
Text displayed in the input box.
|
![]() | TextAlign |
Alignment of the text in the input box.
|
![]() | UpDownAlign |
Visibility and display position of the Up/Down buttons.
|
![]() | UsedCulture |
CultureInfo object that is currently used by the control.
|