Click or drag to resize
KaxAjaxWaitIndicator Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsPanel
        Kettic.AspNet.ControlsKaxAjaxWaitIndicator

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxAjaxWaitIndicator : Panel, 
	IScriptControl, IControlResolver, ISkinnableControl, IControl

The KaxAjaxWaitIndicator type exposes the following members.

Constructors
  NameDescription
Public methodKaxAjaxWaitIndicator
Top
Methods
  NameDescription
Public methodGetEmbeddedSkinNames
Return a collection of name for all embedded skin.
Public methodGetScriptDescriptors
Public methodGetScriptReferences
Public methodStatic memberGetWebResourceUrl
Top
Properties
  NameDescription
Public propertyAnimationDuration
Gets or sets animation duration in milliseconds. Default value is 0, i.e. no animation.
Public propertyBackgroundPosition
Gets or sets the position of the skin background image. Default value is center.
Public propertyEnableAjaxSkinRendering
Gets or sets a Boolean value that indicates whether render the skin CSS at AJAX request. The default value is true.
Public propertyEnableEmbeddedBaseStylesheet
Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control.
Public propertyEnableEmbeddedScripts
Gets or sets a Boolean value that indicates whether enable the embedded script.
Public propertyEnableEmbeddedSkins
Gets or sets a Boolean value that indicates whether enable the embedded skin for the control.
Public propertyEnableSkinTransparency
Defines whether the transparency set in the skin will be applied. Default value is True.
Public propertyInitialDelayTime
Gets or sets a value specifying the delay in milliseconds, after which the KaxAjaxWaitIndicator will be shown. If the request returns before this time, the KaxAjaxWaitIndicator will not be shown.
Public propertyIsSkinSet
控件内部使用。
Public propertyIsSticky

The IsSticky property of the Loading Panel controls where the panel will appear during the AJAX request. If this property is set to true, the panel will appear where you have placed it on your webform. If this property is set to false, the Loading panel will appear on the place of the updated control(s).

By default this property is set to false.

Public propertyMinDisplayTime
Gets or sets a value that specifies the minimum time in milliseconds that the KaxAjaxWaitIndicator will last. The control will not be updated before this period has passed even if the request returns. This will ensure more smoother interface for your page.
Public propertyOnClientHiding
Public propertyOnClientShowing
Public propertyRegisterWithScriptManager
Gets or sets a value that indicates whether registrating the ScriptManager control on the current page.
Public propertySkin
Gets or sets the skin name for the control user interface.
Public propertyTransparency
Gets or sets transparency in percentage. Default value is 0 percents.
Public propertyZIndex
Gets or sets the z-index of the loading panel. Default value is 90,000.
Top
See Also