The C1InputBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1InputBase |
Creates an instance of C1InputBase class.
|
Methods
Name | Description | |
---|---|---|
![]() | GetScriptReferences |
Gets a collection of ScriptReference objects that define script resources that the control requires.
(Overrides C1ThemeableControlGetScriptReferences()()()().) |
![]() | LoadClientData |
Loads data from the client.
|
![]() | LoadTextOrValue | |
![]() | OnPreRender |
Raises the PreRender event.
(Overrides C1ThemeableControlOnPreRender(EventArgs).) |
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.
|
Events
Name | Description | |
---|---|---|
![]() | TextChanged |
Fires when the text is changed.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IPostBackDataHandler..::..LoadPostData |
Processes the postback data.
|
![]() ![]() | IPostBackEventHandler..::..RaisePostBackEvent |
Enables a server control to process an event raised when a form is posted to the server.
|
![]() ![]() | IPostBackDataHandler..::..RaisePostDataChangedEvent |
Signals the server control to notify the ASP.NET application that the state of the control has changed.
|