The C1Gauge type exposes the following members.

Constructors

  NameDescription
Public methodC1Gauge

Methods

  NameDescription
Public methodAddCssClass (Inherited from Control.)
Public methodAssignPropertiesState
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.)
Public methodBeginUpdate (Inherited from Component.)
Public methodCreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.
(Inherited from C1ThemeableControlBase.)
Public methodDispose (Inherited from Component.)
Public methodEndUpdate (Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initializes the tabstrip.
(Overrides ComponentInitialize()()()().)
Public methodInvalidate
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from C1ThemeableControlBase.)
Protected methodOnBubbleEvent (Inherited from Control.)
Protected methodRaiseBubbleEvent (Inherited from Control.)
Protected methodRaisePropertyChanged (Inherited from Component.)
Public methodRefresh
Perform the async-refresh.
Public methodRemoveCssClass (Inherited from Control.)
Public methodSaveState
Saves the properties state.
(Inherited from C1ThemeableControlBase.)
Public methodToggleCssClass (Inherited from Control.)
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected methodUpdated (Inherited from Component.)

Fields

  NameDescription
Protected field_jsonHelper (Inherited from C1ThemeableControlBase.)
Protected field_propertiesState (Inherited from C1ThemeableControlBase.)

Properties

  NameDescription
Public propertyElement
Gets the DOMElement.
(Inherited from C1ThemeableControlBase.)
Public propertyEnableAjax
Public propertyErrorText
Protected propertyEvents (Inherited from Component.)
Public propertyGauges
Gets the list of tabs belong to this tab group.
Public propertyID (Inherited from Component.)
Public propertyImageIdGeneration
Public propertyImageRenderMethod
Public propertyImageTransferMethod
Protected propertyIsInitialized (Inherited from Component.)
Protected propertyIsUpdating (Inherited from Component.)
Public propertyParent (Inherited from Control.)
Public propertyPropertiesState
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.)
Public propertyVisibilityMode (Inherited from Control.)
Public propertyVisible (Inherited from Control.)
Public propertyVisualStyle
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.)

Events

  NameDescription
Public eventDisposing (Inherited from Component.)
Public eventPropertyChanged (Inherited from Component.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIAjaxRequestSupportDoAjaxRequest
Executes AJAX request,
Explicit interface implemetationPrivate methodIAjaxRequestSupportOnAjaxRequestComplete
Response from server
Explicit interface implemetationPrivate methodIAjaxRequestSupportOnAjaxRequestError
AjaxRequest Error.

See Also