ISchedulerWindow Interface

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents the SchedulerWindow control wrapper for SL/Wpf interface.

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

The ISchedulerWindow type exposes the following members.

Properties

  NameDescription
Public propertyAbsoluteSiblingTagIndex (Inherited from IFrameworkElement.)
Public propertyActualHeight (Inherited from IFrameworkElement.)
Public propertyActualWidth (Inherited from IFrameworkElement.)
Public propertyCancelButton
Get the Cancel button in the SchedulerWindow.
Public propertyCanClose
Gets a value indicating whether the current RadWindow can be closed.
(Inherited from IRadWindow.)
Public propertyCanMove
Gets a value indicating whether the current RadWindow can be moved.
(Inherited from IRadWindow.)
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.
(Inherited from IRadWindow.)
Public propertyIsEnabled
Get/set whether the control is enabled.
(Inherited from IControl.)
Public propertyIsMaximized
Gets a value that represents whether the RadWindow is maximized.
(Inherited from IRadWindow.)
Public propertyIsMinimized
Gets a value that represents whether the RadWindow is minimized.
(Inherited from IRadWindow.)
Public propertyIsModal
Gets a value that represents whether the RadWindow is modal.
(Inherited from IRadWindow.)
Public propertyIsOpen
Gets a value representing the current RadWindow open state.
(Inherited from IRadWindow.)
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.
(Inherited from IRadWindow.)
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.
(Inherited from IRadWindow.)
Public propertyName (Inherited from IFrameworkElement.)
Public propertyOKButton
Get the OK button in the SchedulerWindow.
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.
(Inherited from IRadWindow.)
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.
(Inherited from IRadWindow.)
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.
(Inherited from IRadWindow.)
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.
(Inherited from IRadWindow.)
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.
(Inherited from IRadWindow.)
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.
(Inherited from IRadWindow.)
Public methodMinimize
Minimizes the window by a 'Minimize' button Click action.
(Inherited from IRadWindow.)
Public methodMoveBy
Moves the window dragging its header thumb by the given pixels on X and Y coordinates.
(Inherited from IRadWindow.)
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.
(Inherited from IRadWindow.)
Public methodResizeDown
Resizes (Down) the window with given pixels.
(Inherited from IRadWindow.)
Public methodResizeDownLeft
Resizes to down/left the window with given pixels.
(Inherited from IRadWindow.)
Public methodResizeDownRight
Resizes to down/right the window with given pixels.
(Inherited from IRadWindow.)
Public methodResizeLeft
Resizes (Left) the window with given pixels.
(Inherited from IRadWindow.)
Public methodResizeRight
Resizes (Right) the window with given pixels.
(Inherited from IRadWindow.)
Public methodResizeUp
Resizes (UP) the window with given pixels.
(Inherited from IRadWindow.)
Public methodResizeUpLeft
Resizes to up/left the window with given pixels.
(Inherited from IRadWindow.)
Public methodResizeUpRight
Resizes to up/right the window with given pixels.
(Inherited from IRadWindow.)
Public methodRestore
Restores the state (from maximized/minimized to normal) of the window by Click action on the respective button.
(Inherited from IRadWindow.)
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