The C1TabBarItemBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1TabBarItemBase |
Initializes a new instance of the C1TabBarItemBase class.
|
Methods
Name | Description | |
---|---|---|
![]() |
AssignPropertiesState |
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.) |
![]() |
ClearPendingPostbackEvents |
Clear pending postback events.
(Inherited from C1ThemeableControlBase.) |
![]() |
CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
(Inherited from C1ThemeableControlBase.) |
![]() |
DetermineViewIndex |
Determines the index of the view.
|
![]() |
DoPostBack |
Execute postback.
(Inherited from C1ThemeableControlBase.) |
![]() |
Initialize |
Initializes this instance.
(Inherited from C1Button.) |
![]() |
Invalidate |
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from C1ThemeableControlBase.) |
![]() |
PendingPostbackEvent |
Call this method if you want to raise server event on postback or callback.
(Inherited from C1ThemeableControlBase.) |
![]() |
PendingPostbackPropertyChanged |
Called when property changed.
(Inherited from C1ThemeableControlBase.) |
![]() |
SaveState |
Saves the properties state.
(Inherited from C1ThemeableControlBase.) |
![]() |
UpdateVisibility |
Updates button visibility.
(Inherited from C1Button.) |
Properties
Name | Description | |
---|---|---|
![]() |
ActiveImageUrl |
Gets or sets the URL path to the image that will be shown when button is touched.
(Inherited from C1Button.) |
![]() |
ButtonType |
Gets or sets the type of the button.
(Inherited from C1Button.) |
![]() |
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());
(Inherited from C1ThemeableControlBase.) |
![]() |
DisplayVisible |
Gets or sets a value that indicates whether control will be shown.
(Inherited from C1Button.) |
![]() |
Enabled |
Gets or sets a value indicating whether the Web server control is enabled.
(Overrides C1ThemeableControlBase..::..Enabled.) |
![]() |
ImageElement |
Gets the image element.
(Inherited from C1Button.) |
![]() |
ImageNodeElement |
Gets the image node element.
(Inherited from C1Button.) |
![]() |
ImageUrl |
Gets or sets the URL path to the image that will be shown along with button text.
(Inherited from C1Button.) |
![]() |
Index |
Gets the index.
|
![]() |
NavigateUrl |
Gets or sets the URL to navigate to when the button is clicked.
(Inherited from C1Button.) |
![]() |
OutermostElement |
Gets the otermost control container element.
(Inherited from C1ThemeableControlBase.) |
![]() |
Owner |
Gets the control's owner.
|
![]() |
PropertiesState |
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.) |
![]() |
Selected |
Gets or sets a value that determines whether the button is selected.
|
![]() |
SelectedImageUrl |
Gets or sets the selected image URL.
|
![]() |
Text |
Gets or sets the text.
(Inherited from C1Button.) |
![]() |
TextElement |
Gets the text element.
(Inherited from C1Button.) |
![]() |
UniqueID |
Gets the unique, hierarchically qualified identifier for server control.
(Inherited from C1ThemeableControlBase.) |
![]() |
ViewIndex |
Gets or sets the index of the view when control bound C1MultiView.
|
![]() |
VisualStyle |
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.) |