HtmlContainerControl Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Base class for all container controls. Controls that are allowed to contain other Html elements.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.ControlsControl
    ArtOfTest.WebAii.Controls.HtmlControlsHtmlControl
      ArtOfTest.WebAii.Controls.HtmlControlsHtmlContainerControl
        More...

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class HtmlContainerControl : HtmlControl

The HtmlContainerControl type exposes the following members.

Constructors

  NameDescription
Public methodHtmlContainerControl
Create a new HtmlContainerControl
Public methodHtmlContainerControl(Element)
Create a new control.
Top
Properties

  NameDescription
Public propertyAttributes
All attributes defined for this HtmlControl.
(Inherited from HtmlControl.)
Public propertyBaseElement
Gets the DOM element representing this test control
(Inherited from Control.)
Public propertyChildNodes
Get all the child element nodes of this HtmlControl.
(Inherited from HtmlControl.)
Public propertyCode exampleClientSideLocator
Gets the client-side locator for this HtmlControl. This property can be used to define a custom client side object that this HtmlControl maps to. GetValue/SetValue properties use that object to make their calls instead of the default one.
(Inherited from HtmlControl.)
Public propertyCssClass
This HtmlControl's CSS class name.
(Inherited from HtmlControl.)
Public propertyEvents
The list of events defined on this HtmlControl
(Inherited from HtmlControl.)
Public propertyFind
Find property
(Inherited from HtmlControl.)
Public propertyID
This HtmlControl's ID.
(Inherited from HtmlControl.)
Public propertyInnerText
Gets the innerText of this container control.
Public propertyIsActiveElement
Gets whether this element has the keyboard focus
(Inherited from HtmlControl.)
Public propertyIsEnabled
Gets / sets whether this control is enabled (not disabled)
(Inherited from HtmlControl.)
Public propertyIsRefresh
Gets whether the control is executing a Refresh call.
(Inherited from Control.)
Public propertyLocator
Gets the FindParam that describes this control. The base Control returns null.
(Inherited from Control.)
Public propertyLocatorExpression
Returns the FindExpression for this control. Since this is a abstract base class it always returns null.
(Inherited from Control.)
Public propertyMappings
Gets a mappings collection that stores customizable control specific mapping knowledge that can be later customized.
(Inherited from HtmlControl.)
Public propertyOwnerBrowser
Gets the owner browser that owns this control.
(Inherited from Control.)
Public propertyScrollLeft
Gets / Sets the scrollLeft value of this HtmlControl.
(Inherited from HtmlControl.)
Public propertyScrollTop
Gets / Sets the scrollTop value of this HtmlControl.
(Inherited from HtmlControl.)
Public propertyStyles
Styles collection set on this HtmlControl and persisted in the Html stream. This collection does not contain computed styles.
(Inherited from HtmlControl.)
Public propertyTagName
The tag name of this HtmlControl.
(Inherited from HtmlControl.)
Public propertyTextContent
Gets the TextContent of this container control.
Protected propertyThrowOnInvalidAssignment
Gets whether the control should throw on invalid assignments
(Inherited from Control.)
Public propertyWait
Gets the HtmlWait object attached to this HtmlControl.
(Inherited from HtmlControl.)
Top
Methods

  NameDescription
Public methodAddEventListener
Add an event handler to a Javascript event handler list on this HtmlControl.
(Inherited from HtmlControl.)
Public methodAsjQueryControl
Convert this HtmlControl to jQueryControl.
(Inherited from HtmlControl.)
Public methodAssignElement
Assign element and initialize this control.
(Overrides HtmlControlAssignElement(Element).)
Protected methodAssignFailed
Mark the assignment to failed. Throw if the framework is set for throwing.
(Inherited from Control.)
Public methodCallMethod(String)
Call a client side Javascript method on this HtmlControl.
(Inherited from HtmlControl.)
Public methodCallMethodT(String, T)
Call a client side Javascript method on this HtmlControl with return type of T and a default return value.
(Inherited from HtmlControl.)
Public methodCapture
Captures and returns a bitmap image of this HtmlControl.
(Inherited from HtmlControl.)
Public methodCapture(String)
Captures and saves this HtmlControl's image to the WebAii log location as a file.
(Inherited from HtmlControl.)
Public methodCapture(String, String)
Captures and saves this HtmlControl's image to the specified save path as the specified file name as a BMP file.
(Inherited from HtmlControl.)
Public methodClick
Invoke a click on this HtmlControl.
(Inherited from HtmlControl.)
Public methodClick(Boolean)
Invoke a click on this HtmlControl that will cause its browser window to close (this is common for html pop-ups).
(Inherited from HtmlControl.)
Public methodDownload
Clicks a control using the MouseClick or Click and handles the download dialogs sequence that is produced.
(Inherited from HtmlControl.)
Public methodDragTo(Point)
Drag this HtmlControl to an absolute screen coordinate point.
(Inherited from HtmlControl.)
Public methodDragTo(HtmlControl)
Drag this HtmlControl to the center on the destination HtmlControl.
(Inherited from HtmlControl.)
Public methodDragTo(Int32, Int32)
Drag this HtmlControl to a relative X/Y offset.
(Inherited from HtmlControl.)
Public methodDragTo(HtmlControl, OffsetReference, Point)
Drag to a destination HtmlControl with an offset of where within the destination HtmlControl to drag to.
(Inherited from HtmlControl.)
Public methodDragTo(OffsetReference, Point, HtmlControl)
Drag this HtmlControl by specifying a reference point on the HtmlControl rectangle to start the drag from with an offset and drop on the destination HtmlControl center.
(Inherited from HtmlControl.)
Public methodDragTo(OffsetReference, Point, Int32, Int32)
Drag this HtmlControl from a source offset to an X/Y offset from the source.
(Inherited from HtmlControl.)
Public methodDragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)
Drag this HtmlControl by specifying a reference point on the HtmlControl rectangle to start the drag from and a reference point on the destination HtmlControl to specify the drop location.
(Inherited from HtmlControl.)
Public methodDragTo(OffsetReference, Int32, Int32, Rectangle, OffsetReference, Int32, Int32)
Drag this HtmlControl from a source offset to an X/Y offset from the source.
(Inherited from HtmlControl.)
Public methodDragTo(OffsetReference, Int32, Int32, Boolean, HtmlControl, OffsetReference, Int32, Int32, Boolean)
Drag this HtmlControl by specifying a reference point on the HtmlControl rectangle to start the drag from and a reference point on the destination HtmlControl to specify the drop location.
(Inherited from HtmlControl.)
Public methodDragToWindowLocation
Drag this HtmlControl, using the browser window as the drop target
(Inherited from HtmlControl.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFindParentContainerTContainerControl
Traverses the DOM tree upwards until it finds the container element desired.
(Inherited from HtmlControl.)
Public methodFocus
Give this Html element focus.
(Inherited from HtmlControl.)
Protected methodGetAttributeAsString
Get an attribute of this element as a string
(Inherited from HtmlControl.)
Public methodGetComputedStyle
Returns an HtmlStyle object that can be used to easily probe the style value. (i.e. convert unit styles to Int32 or color value to System.Drawing.Color)
(Inherited from HtmlControl.)
Public methodGetComputedStyleValue
Returns the computed value of the specified style. The computed style value represents the final computed value taking into account the CSS properties for this HtmlElement.
(Inherited from HtmlControl.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRectangle
The absolute screen position and size of this HtmlControl.
(Inherited from HtmlControl.)
Public methodGetStyle
Returns a HtmlStyle object that can be used to easily probe the style value. (i.e. convert unit styles to Int32 or color value to System.Drawing.Color)
(Inherited from HtmlControl.)
Public methodGetStyleValue
Returns any style as if you are accessing the element.style object from JavaScript.
(Inherited from HtmlControl.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleGetValueT(String)
Get a property value (e.g. control.border or control.style.backgroundColor).
(Inherited from HtmlControl.)
Public methodCode exampleGetValueT(String, Boolean)
Get a property value (e.g. control.border or control.style.backgroundColor) with ability to specify wrappedJSObject's in Firefox.
(Inherited from HtmlControl.)
Public methodCode exampleGetValueT(String, T)
Get a property value (e.g. control.border or control.style.backgroundColor) and return the specified default value if the get fails for any reason.
(Inherited from HtmlControl.)
Public methodCode exampleGetValueT(String, Boolean, T)
Get a property value (e.g. control.border or control.style.backgroundColor) with ability to specify wrappedJSObject's in Firefox and return the specified default value if the get fails for any reason.
(Inherited from HtmlControl.)
Public methodInitializeMappings
Initialize the Mappings collection. This method is called when the Mappings collection is accessed for the first time. It is then cached
(Inherited from HtmlControl.)
Public methodInvokeEvent(ScriptEvent)
Invokes an event on this HtmlControl.
(Inherited from HtmlControl.)
Public methodInvokeEvent(ScriptEventType)
Invokes an event on this HtmlControl.
(Inherited from HtmlControl.)
Public methodInvokeEvent(ScriptEvent, Boolean)
Invokes an event on this HtmlControl.
(Inherited from HtmlControl.)
Public methodInvokeEvent(ScriptEventType, Boolean)
Invokes an event on this HtmlControl.
(Inherited from HtmlControl.)
Public methodIsVisible
Returns whether the html element is visible or not. Returns true only when computedStyle.display != 'none' && computedStyle.visibility != 'hidden'
(Inherited from HtmlControl.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMouseClick
Uses the Desktop.Mouse object to move the mouse to this HtmlControl and click it.
(Inherited from HtmlControl.)
Public methodMouseClick(MouseClickType)
Uses the Desktop.Mouse object to move the mouse to the absolute center of this HtmlControl and simulate a left mouse click. Be sure this HtmlControl is visible in the browser window first. Call ScrollToVisible(ScrollToVisibleType) or ScrollToVisible(ScrollToVisibleType, Rectangle)first if the element could be currently outside of the browsers window.
(Inherited from HtmlControl.)
Public methodMouseClick(MouseClickType, Point, OffsetReference)
Uses the Desktop.Mouse object to move the mouse to a point relative to this HtmlControl and simulate the specified mouse click. Be sure this HtmlControl is visible in the browser window first. Call ScrollToVisible(ScrollToVisibleType) or ScrollToVisible(ScrollToVisibleType, Rectangle)first if the element could be currently outside of the browsers window.
(Inherited from HtmlControl.)
Public methodMouseClick(MouseClickType, Int32, Int32)
Uses the Desktop.Mouse object to move the mouse to a point relative to this HtmlControl and simulate the specified mouse click. Be sure this HtmlControl is visible in the browser window first. Call ScrollToVisible(ScrollToVisibleType) or ScrollToVisible(ScrollToVisibleType, Rectangle)first if the element could be currently outside of the browsers window.
(Inherited from HtmlControl.)
Public methodMouseClick(MouseClickType, Int32, Int32, OffsetReference)
Uses the Desktop.Mouse object to move the mouse to a point relative to this HtmlControl and simulate the specified mouse click. Be sure this HtmlControl is visible in the browser window first. Call ScrollToVisible(ScrollToVisibleType) or ScrollToVisible(ScrollToVisibleType, Rectangle)first if the element could be currently outside of the browsers window.
(Inherited from HtmlControl.)
Public methodMouseHover
Uses the Desktop.Mouse object to Hover over this absolute center of this HtmlControl. Be sure this HtmlControl is visible in the browser window first. Call ScrollToVisible(ScrollToVisibleType) or ScrollToVisible(ScrollToVisibleType, Rectangle)first if the element could be currently outside of the browsers window.
(Inherited from HtmlControl.)
Public methodMouseHover(Point)
Uses the Desktop.Mouse object to Hover over a point relative to this HtmlControl. Be sure this HtmlControl is visible in the browser window first. Call ScrollToVisible(ScrollToVisibleType) or ScrollToVisible(ScrollToVisibleType, Rectangle)first if the element could be currently outside of the browsers window.
(Inherited from HtmlControl.)
Public methodMouseHover(Int32, Int32)
Uses the Desktop.Mouse object to Hover over a point relative to this HtmlControl. Be sure this HtmlControl is visible in the browser window first. Call ScrollToVisible(ScrollToVisibleType) or ScrollToVisible(ScrollToVisibleType, Rectangle)first if the element could be currently outside of the browsers window.
(Inherited from HtmlControl.)
Public methodMouseHover(Int32, Int32, OffsetReference)
Uses the Desktop.Mouse object to Hover over a point relative to this HtmlControl. Be sure this HtmlControl is visible in the browser window first. Call ScrollToVisible(ScrollToVisibleType) or ScrollToVisible(ScrollToVisibleType, Rectangle)first if the element could be currently outside of the browsers window.
(Inherited from HtmlControl.)
Public methodParentTContainerControl
Return the parent HtmlContainerControl of the desired type that this HtmlControl is contained inside of. If a parent HtmlControl of the desired type is not found, will return null.
(Inherited from HtmlControl.)
Public methodRefresh
Refresh this control within the current DOM and update this control property values.
(Inherited from Control.)
Public methodRemoveEventListener
Removes an event handler from a Javascript event handler list on this HtmlControl.
(Inherited from HtmlControl.)
Public methodScrollToVisible
Scroll the browsers window to make this HtmlControl visible on the page. This will method uses the ScrollToVisibleType.ElementTopAtWindowTop
(Inherited from HtmlControl.)
Public methodScrollToVisible(ScrollToVisibleType)
Scroll the browsers window to make this HtmlControl visible on the page.
(Inherited from HtmlControl.)
Public methodScrollToVisible(ScrollToVisibleType, Rectangle)
Scroll the browsers window so that the specified rectangle within this HtmlControl is visible on the page.
(Inherited from HtmlControl.)
Public methodCode exampleSetValueT(String, T)
Set a property value. (e.g. control.border = 2 or control.style.backgroundColor = "red")
(Inherited from HtmlControl.)
Public methodCode exampleSetValueT(String, T, Boolean)
Set a property value. (e.g. control.border = 2 or control.style.backgroundColor = "red") myControl.SetValue<string>("style.backgroundColor","red")
(Inherited from HtmlControl.)
Public methodToString
Builds and returns a string representation of this element.
(Inherited from HtmlControl.)
Protected methodValidateControl
Validate a HtmlControl using its LocatorExpression.
(Inherited from HtmlControl.)
Protected methodValidateTag
Validate a tag name
(Inherited from HtmlControl.)
Top
Extension Methods

  NameDescription
Public Extension MethodAssertAttributeOverloaded.
Assert methods based on the HtmlControl's attributes.
(Defined by HtmlControlsAssertExtensions.)
Public Extension MethodAssertAttribute(Boolean)Overloaded.
Assert methods based on the HtmlControl's attributes
(Defined by HtmlControlsAssertExtensions.)
Public Extension MethodAssertContent
Assert methods based on the HtmlControl's content.
(Defined by HtmlControlsAssertExtensions.)
Public Extension MethodAssertStyleOverloaded.
Assert methods based on the HtmlControl's style.
(Defined by HtmlControlsAssertExtensions.)
Public Extension MethodAssertStyle(Boolean)Overloaded.
Assert methods based on the HtmlControl's style.
(Defined by HtmlControlsAssertExtensions.)
Public Extension MethodTojQueryControl (Defined by jQueryExtension.)
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.ControlsControl
    ArtOfTest.WebAii.Controls.HtmlControlsHtmlControl
      ArtOfTest.WebAii.Controls.HtmlControlsHtmlContainerControl
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlAnchor
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlAudio
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlButton
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlCanvas
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlDefinitionDescription
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlDefinitionList
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlDefinitionTerm
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlDetails
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlDiv
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlForm
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlListItem
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlMeter
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlOrderedList
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlProgress
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlSelect
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlSpan
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlTable
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlTableCell
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlTableRow
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlTextArea
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlTime
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlUnorderedList
        ArtOfTest.WebAii.Controls.HtmlControlsHtmlVideo
        Telerik.TestingFramework.Controls.KendoUIKendoFilterMenu
        Telerik.TestingFramework.Controls.KendoUIKendoGrid
        Telerik.TestingFramework.Controls.KendoUIKendoInput
        Telerik.TestingFramework.Controls.KendoUIKendoListView
        Telerik.TestingFramework.Controls.KendoUIKendoListViewItem
        Telerik.TestingFramework.Controls.KendoUIKendoMenu
        Telerik.TestingFramework.Controls.KendoUIKendoPanelBar
        Telerik.TestingFramework.Controls.KendoUIKendoTabStrip
        Telerik.TestingFramework.Controls.KendoUIKendoTreeView
        Telerik.WebAii.Controls.HtmlBaseCalendar
        Telerik.WebAii.Controls.HtmlBaseMenuItem
        Telerik.WebAii.Controls.HtmlBasePanelBar
        Telerik.WebAii.Controls.HtmlBasePanelBarItem
        Telerik.WebAii.Controls.HtmlBaseTab
        Telerik.WebAii.Controls.HtmlButtonBase
        Telerik.WebAii.Controls.HtmlCalendarFastNavigationPopup
        Telerik.WebAii.Controls.HtmlColorPickerIcon
        Telerik.WebAii.Controls.HtmlColorPickerPalette
        Telerik.WebAii.Controls.HtmlDiagramElement
        Telerik.WebAii.Controls.HtmlDotsListItem
        Telerik.WebAii.Controls.HtmlHtmlChartTooltip
        Telerik.WebAii.Controls.HtmlMediaPlayerPlaylistItem
        Telerik.WebAii.Controls.HtmlRadAsyncUpload
        Telerik.WebAii.Controls.HtmlRadAutoCompleteBox
        Telerik.WebAii.Controls.HtmlRadAutoCompleteBoxDropDown
        Telerik.WebAii.Controls.HtmlRadCaptcha
        Telerik.WebAii.Controls.HtmlRadCloudUpload
        Telerik.WebAii.Controls.HtmlRadComboBox
        Telerik.WebAii.Controls.HtmlRadComboBoxItem
        Telerik.WebAii.Controls.HtmlRadDataForm
        Telerik.WebAii.Controls.HtmlRadDataPager
        Telerik.WebAii.Controls.HtmlRadDiagram
        Telerik.WebAii.Controls.HtmlRadDock
        Telerik.WebAii.Controls.HtmlRadDockZone
        Telerik.WebAii.Controls.HtmlRadDropDownList
        Telerik.WebAii.Controls.HtmlRadDropDownListItem
        Telerik.WebAii.Controls.HtmlRadDropDownTree
        Telerik.WebAii.Controls.HtmlRadEditor
        Telerik.WebAii.Controls.HtmlRadEditorComment
        Telerik.WebAii.Controls.HtmlRadEditorCommentsBox
        Telerik.WebAii.Controls.HtmlRadEditorCommentsTextBox
        Telerik.WebAii.Controls.HtmlRadFileExplorer
        Telerik.WebAii.Controls.HtmlRadFileExplorerListItem
        Telerik.WebAii.Controls.HtmlRadFilter
        Telerik.WebAii.Controls.HtmlRadGauge
        Telerik.WebAii.Controls.HtmlRadGrid
        Telerik.WebAii.Controls.HtmlRadHtmlChart
        Telerik.WebAii.Controls.HtmlRadHtmlProgressBar
        Telerik.WebAii.Controls.HtmlRadImageEditor
        Telerik.WebAii.Controls.HtmlRadImageGallery
        Telerik.WebAii.Controls.HtmlRadImageGalleryItem
        Telerik.WebAii.Controls.HtmlRadInput
        Telerik.WebAii.Controls.HtmlRadInputManager
        Telerik.WebAii.Controls.HtmlRadLightBox
        Telerik.WebAii.Controls.HtmlRadLightBoxItem
        Telerik.WebAii.Controls.HtmlRadListBox
        Telerik.WebAii.Controls.HtmlRadListBoxItem
        Telerik.WebAii.Controls.HtmlRadListView
        Telerik.WebAii.Controls.HtmlRadMap
        Telerik.WebAii.Controls.HtmlRadMediaPlayer
        Telerik.WebAii.Controls.HtmlRadNotification
        Telerik.WebAii.Controls.HtmlRadOrgChart
        Telerik.WebAii.Controls.HtmlRadOrgChartGroupItem
        Telerik.WebAii.Controls.HtmlRadOrgChartNode
        Telerik.WebAii.Controls.HtmlRadOrgChartToolBar
        Telerik.WebAii.Controls.HtmlRadPane
        Telerik.WebAii.Controls.HtmlRadPanelBar
        Telerik.WebAii.Controls.HtmlRadPicker
        Telerik.WebAii.Controls.HtmlRadPivotGrid
        Telerik.WebAii.Controls.HtmlRadRibbonBarApplicationTab
        Telerik.WebAii.Controls.HtmlRadRibbonBarContextualTabGroup
        Telerik.WebAii.Controls.HtmlRadRibbonBarGroup
        Telerik.WebAii.Controls.HtmlRadRibbonBarItem
        Telerik.WebAii.Controls.HtmlRadRibbonBarQATMenuItem
        Telerik.WebAii.Controls.HtmlRadRibbonBarTab
        Telerik.WebAii.Controls.HtmlRadSearchBox
        Telerik.WebAii.Controls.HtmlRadSearchBoxContextDropDown
        Telerik.WebAii.Controls.HtmlRadSearchBoxDropDown
        Telerik.WebAii.Controls.HtmlRadSiteMap
        Telerik.WebAii.Controls.HtmlRadSiteMapNode
        Telerik.WebAii.Controls.HtmlRadSlider
        Telerik.WebAii.Controls.HtmlRadSocialShare
        Telerik.WebAii.Controls.HtmlRadSpellDialog
        Telerik.WebAii.Controls.HtmlRadSplitter
        Telerik.WebAii.Controls.HtmlRadTagCloud
        Telerik.WebAii.Controls.HtmlRadTileList
        Telerik.WebAii.Controls.HtmlRadTimeView
        Telerik.WebAii.Controls.HtmlRadToolBar
        Telerik.WebAii.Controls.HtmlRadToolBarItem
        Telerik.WebAii.Controls.HtmlRadToolTip
        Telerik.WebAii.Controls.HtmlRadTreeList
        Telerik.WebAii.Controls.HtmlRadTreeNode
        Telerik.WebAii.Controls.HtmlRadTreeView
        Telerik.WebAii.Controls.HtmlRadUpload
        Telerik.WebAii.Controls.HtmlRadWizard
        Telerik.WebAii.Controls.HtmlRadWizardStep
        Telerik.WebAii.Controls.HtmlRadXmlHttpPanel
        Telerik.WebAii.Controls.HtmlRibbonBarApplicationMenu
        Telerik.WebAii.Controls.HtmlRibbonBarApplicationMenuItem
        Telerik.WebAii.Controls.HtmlSocialShareBlogger
        Telerik.WebAii.Controls.HtmlSocialShareCompactButton
        Telerik.WebAii.Controls.HtmlSocialShareDelicious
        Telerik.WebAii.Controls.HtmlSocialShareDigg
        Telerik.WebAii.Controls.HtmlSocialShareFacebook
        Telerik.WebAii.Controls.HtmlSocialShareGoogleBookmarks
        Telerik.WebAii.Controls.HtmlSocialShareLinkedIn
        Telerik.WebAii.Controls.HtmlSocialShareMailTo
        Telerik.WebAii.Controls.HtmlSocialShareMySpace
        Telerik.WebAii.Controls.HtmlSocialSharePinterest
        Telerik.WebAii.Controls.HtmlSocialShareReddit
        Telerik.WebAii.Controls.HtmlSocialShareSendEmail
        Telerik.WebAii.Controls.HtmlSocialShareStumbleUpon
        Telerik.WebAii.Controls.HtmlSocialShareTumblr
        Telerik.WebAii.Controls.HtmlSocialShareTweeter
        Telerik.WebAii.Controls.HtmlSocialShareYammer
        Telerik.WebAii.Controls.HtmlThumbnailListItem