The C1ThemeableControlBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1ThemeableControlBase |
Initializes a new instance of the C1ThemeableControlBase class.
|
Methods
Name | Description | |
---|---|---|
![]() |
AssignPropertiesState |
Assigns the properties state hash that used to retrieve and store properties values.
|
![]() |
ClearPendingPostbackEvents |
Clear pending postback events.
|
![]() |
CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
|
![]() |
DoPostBack |
Execute postback.
|
![]() |
Invalidate |
Invalidates the entire surface of the control and causes the control to be redrawn.
|
![]() |
PendingPostbackEvent |
Call this method if you want to raise server event on postback or callback.
|
![]() |
PendingPostbackPropertyChanged |
Called when property changed.
|
![]() |
SaveState |
Saves the properties state.
|
Properties
Name | Description | |
---|---|---|
![]() |
ClientObjectID |
Gets the client side object ID. This id can be used as alternative to $find(id) method
when instance of control class created dynamically without registering within ASP .NET AJAX framework.
Usage example:
var controlObj = window[control.get_clientObjectID());
|
![]() |
Enabled |
Gets or sets a value indicating whether the Web server control is enabled.
|
![]() |
OutermostElement |
Gets the otermost control container element.
|
![]() |
PropertiesState |
Constructs a state characterized by dictionary properties.
|
![]() |
UniqueID |
Gets the unique, hierarchically qualified identifier for server control.
|
![]() |
VisualStyle |
Gets or sets the visual style name used by the control.
|