IRadRibbonComboBox Interface

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure

Namespace:  Telerik.WebAii.Controls.Xaml
Assembly:  Telerik.WebAii.Controls.Xaml (in Telerik.WebAii.Controls.Xaml.dll) Version: 2012.1.719.0 (2012.1.719.0)
Syntax

public interface IRadRibbonComboBox : IRadComboBox, 
	ISelector, IFrameworkElement, ITargetElement

The IRadRibbonComboBox type exposes the following members.

Properties

  NameDescription
Public propertyAbsoluteSiblingTagIndex (Inherited from IFrameworkElement.)
Public propertyActualHeight (Inherited from IFrameworkElement.)
Public propertyActualWidth (Inherited from IFrameworkElement.)
Public propertyClearButton
Gets the button in the dropdown that clears the selection.
(Inherited from IRadComboBox.)
Public propertyComputedVisibility (Inherited from IFrameworkElement.)
Public propertyDepth
Get the depth within the tree.
(Inherited from ITargetElement.)
Public propertyEditableTextBoxElement
Gets the editable textbox element.
(Inherited from IRadComboBox.)
Public propertyFind (Inherited from IFrameworkElement.)
Public propertyHost
Get the automation host.
(Inherited from ITargetElement.)
Public propertyIsDropDownOpen
Gets whether the drop down is open.
(Inherited from IRadComboBox.)
Public propertyIsEditable
Gets whether the ComboBox is editable.
(Inherited from IRadComboBox.)
Public propertyIsReadOnly
Gets whether the ComboBox is read only.
(Inherited from IRadComboBox.)
Public propertyIsTestRegion
Get whether this element is a test region or not
(Inherited from ITargetElement.)
Public propertyItemElements
Gets a list if of ComboBoxItem elements.
(Inherited from IRadComboBox.)
Public propertyMinHeight
Public propertyName (Inherited from IFrameworkElement.)
Public propertyParsedElement
Get the parsed element
(Inherited from ITargetElement.)
Public propertyRadRibbonComboBoxItems
Public propertySelectedIndex
Get/set the selected index.
(Inherited from ISelector.)
Public propertyTechnologyType
Get the technology type of this element.
(Inherited from ITargetElement.)
Public propertyText
Public propertyTextBlockContent
Gets the text from all the inner TextBlock elements.
(Inherited from IFrameworkElement.)
Public propertyTextBoxPartDisabledVisualElementColor
Public propertyTextBoxPartDisabledVisualElementOpacity
Public propertyTextBoxPartDisabledVisualElementVisibility
Public propertyTextBoxPartFocusVisualElementColor
Public propertyTextBoxPartFocusVisualElementOpacity
Public propertyTextBoxPartFocusVisualElementVisibility
Public propertyTextBoxPartValidationErrorElementColor
Public propertyTextBoxPartValidationErrorElementOpacity
Public propertyTextBoxPartValidationErrorElementVisibility
Public propertyTextLiteralContent
Gets the literal text content of this framework element if any.
(Inherited from IFrameworkElement.)
Public propertyToggleButtonBackgroundColor
Public propertyToggleButtonBackgroundOpacity
Public propertyToggleButtonBackgroundVisibility
Public propertyToggleButtonCheckedColor
Public propertyToggleButtonCheckedOpacity
Public propertyToggleButtonCheckedVisibility
Public propertyToolTipText (Inherited from IFrameworkElement.)
Public propertyUid
Unique identifier for this control in its application. For internal use.
(Inherited from IFrameworkElement.)
Public propertyUser (Inherited from IFrameworkElement.)
Public propertyWait (Inherited from IFrameworkElement.)
Top
Methods

  NameDescription
Public methodAddChildNode
Add a child node to this element.
(Inherited from ITargetElement.)
Public methodAssignReference (Inherited from IFrameworkElement.)
Public methodCapture
Return the visual representation of this element
(Inherited from ITargetElement.)
Public methodCastAsT (Inherited from IFrameworkElement.)
Public methodGetAutomationProperty (Inherited from IFrameworkElement.)
Public methodGetChildren
Get the children of this element.
(Inherited from ITargetElement.)
Public methodGetHostParent
Gets the ITargetElement representing the host of this element in an outer container, if one exists. For example, this will return an IFRAME element for a page contained within an IFRAME on another page.
(Inherited from ITargetElement.)
Public methodGetParent
Gets the parent of this element.
(Inherited from ITargetElement.)
Public methodGetPropertyT (Inherited from IFrameworkElement.)
Public methodGetPropertyTypeSafe (Inherited from IFrameworkElement.)
Public methodGetRectangle
Return the rectangle of this element
(Inherited from ITargetElement.)
Public methodGetStringPresentation
Return a string representation of this element
(Inherited from ITargetElement.)
Public methodGetUniqueHashCode
Returns a unique ID that identifies this target element.
(Inherited from ITargetElement.)
Public methodMatch
Match this target element against an expression.
(Inherited from ITargetElement.)
Public methodParentT (Inherited from IFrameworkElement.)
Public methodRefresh
Ensure current state.
(Inherited from ITargetElement.)
Public methodSelectItem(Int32, Boolean)
Simulate user opening the drop down depending on 'openDropDown' argument and selecting an item.
(Inherited from IRadComboBox.)
Public methodSelectItem(String, Boolean)
Simulate user opening the drop down depending on 'openDropDown' argument and selecting the item with the given text.
(Inherited from IRadComboBox.)
Public methodSetClosingTag
Set the closing tag for this element.
(Inherited from ITargetElement.)
Public methodSetDepth
Set the depth of this element.
(Inherited from ITargetElement.)
Public methodSetFindInfo (Inherited from IFrameworkElement.)
Public methodSetFocus
Sets keyboard focus to this element
(Inherited from IFrameworkElement.)
Public methodSetParent
Set the parent of this node.
(Inherited from ITargetElement.)
Public methodSetProperty (Inherited from IFrameworkElement.)
Public methodSetProxy (Inherited from IFrameworkElement.)
Public methodSetUid (Inherited from IFrameworkElement.)
Public methodSetXamlTag (Inherited from IFrameworkElement.)
Public methodToggleDropDown
Simulates user clicking on the drop down button to open/close it.
(Inherited from IRadComboBox.)
Public methodTypeText
Simulate user typing in the RadComboBox.
(Inherited from IRadComboBox.)
Top
See Also

Reference