The PalominoAjaxControlBase type exposes the following members.

Properties

  NameDescription
Public propertyAjaxRequestImageUrl
URL to the image that will be displayed on AJAX requests.
Public propertyBackColor
Gets or sets the background color of the Web server control.
(Inherited from WebControl.)
Public propertyBindingContainer
Gets the control that contains this control's data binding.
(Inherited from Control.)
Public propertyBrowserInfo
Represents information about used browser.
Public propertyControls
Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
(Inherited from Control.)
Public propertyEnabled
Gets or sets a value indicating whether the Web server control is enabled.
(Inherited from WebControl.)
Public propertyEnableTheming
Gets or sets a value indicating whether themes apply to this control.
(Inherited from Control.)
Public propertyForeColor
Gets or sets the foreground color (typically the color of the text) of the Web server control.
(Inherited from WebControl.)
Public propertyHeight
Gets or sets the height of the Web server control.
(Inherited from WebControl.)
Public propertyID
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from Control.)
Public propertyPage
Gets a reference to the Page instance that contains the server control.
(Inherited from Control.)
Public propertySkinID
Gets or sets the skin to apply to the control.
(Inherited from Control.)
Public propertyStyle
Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control.
(Inherited from WebControl.)
Public propertyWidth
Gets or sets the width of the Web server control.
(Inherited from WebControl.)

See Also