IRadWindow 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 IRadWindow : IContentControl, 
	IControl, IFrameworkElement, ITargetElement

The IRadWindow type exposes the following members.

Properties

  NameDescription
Public propertyAbsoluteSiblingTagIndex (Inherited from IFrameworkElement.)
Public propertyActualHeight (Inherited from IFrameworkElement.)
Public propertyActualWidth (Inherited from IFrameworkElement.)
Public propertyCanClose
Gets a value indicating whether the current RadWindow can be closed.
Public propertyCanMove
Gets a value indicating whether the current RadWindow can be moved.
Public propertyComputedVisibility (Inherited from IFrameworkElement.)
Public propertyDepth
Get the depth within the tree.
(Inherited from ITargetElement.)
Public propertyFind (Inherited from IFrameworkElement.)
Public propertyHost
Get the automation host.
(Inherited from ITargetElement.)
Public propertyIsActiveWindow
Gets a value indicating whether this instance is active.
Public propertyIsEnabled
Get/set whether the control is enabled.
(Inherited from IControl.)
Public propertyIsMaximized
Gets a value that represents whether the RadWindow is maximized.
Public propertyIsMinimized
Gets a value that represents whether the RadWindow is minimized.
Public propertyIsModal
Gets a value that represents whether the RadWindow is modal.
Public propertyIsOpen
Gets a value representing the current RadWindow open state.
Public propertyIsTestRegion
Get whether this element is a test region or not
(Inherited from ITargetElement.)
Public propertyLeft
Gets or sets a value that represents the distance between the left side of an element and the left side of the page.
Public propertyLeftOffset
Gets or sets a value that represents the distance between the left of an element when centered and the offset from this value.
Public propertyName (Inherited from IFrameworkElement.)
Public propertyParsedElement
Get the parsed element
(Inherited from ITargetElement.)
Public propertyRestoreMinimizedLocation
Gets the value determining whether the window preserves its size and location when the state is changed.
Public propertyTechnologyType
Get the technology type of this element.
(Inherited from ITargetElement.)
Public propertyText
Gets the first text block text.
(Inherited from IFrameworkElement.)
Public propertyTextBlockContent
Gets the text from all the inner TextBlock elements.
(Inherited from IFrameworkElement.)
Public propertyTextLiteralContent
Gets the literal text content of this framework element if any.
(Inherited from IFrameworkElement.)
Public propertyTitle
Get the title of the window.
Public propertyToolTipText (Inherited from IFrameworkElement.)
Public propertyTop
Gets or sets a value that represents the distance between the top of an element and the top of the page.
Public propertyTopOffset
Gets or sets a value that represents the distance between the top of an element when centered and the offset from this value.
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 methodClose
Closes the window by a 'Close' button Click action.
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 methodMaximize
Maximizes the window by a 'Maximize' button Click action.
Public methodMinimize
Minimizes the window by a 'Minimize' button Click action.
Public methodMoveBy
Moves the window dragging its header thumb by the given pixels on X and Y coordinates.
Public methodParentT (Inherited from IFrameworkElement.)
Public methodRefresh
Ensure current state.
(Inherited from ITargetElement.)
Public methodResize
Resize the window from a given pont with specified offset.
Public methodResizeDown
Resizes (Down) the window with given pixels.
Public methodResizeDownLeft
Resizes to down/left the window with given pixels.
Public methodResizeDownRight
Resizes to down/right the window with given pixels.
Public methodResizeLeft
Resizes (Left) the window with given pixels.
Public methodResizeRight
Resizes (Right) the window with given pixels.
Public methodResizeUp
Resizes (UP) the window with given pixels.
Public methodResizeUpLeft
Resizes to up/left the window with given pixels.
Public methodResizeUpRight
Resizes to up/right the window with given pixels.
Public methodRestore
Restores the state (from maximized/minimized to normal) of the window by Click action on the respective button.
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.)
Top
See Also

Reference