IRadTimePicker Interface

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents the RadTimePicker 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 IRadTimePicker : IRadDateTimePicker, 
	IControl, IFrameworkElement, ITargetElement

The IRadTimePicker type exposes the following members.

Properties

  NameDescription
Public propertyAbsoluteSiblingTagIndex (Inherited from IFrameworkElement.)
Public propertyActualHeight (Inherited from IFrameworkElement.)
Public propertyActualWidth (Inherited from IFrameworkElement.)
Public propertyComputedVisibility (Inherited from IFrameworkElement.)
Public propertyCulture
Gets the Culture representation of the dateTimePicker.
(Inherited from IRadDateTimePicker.)
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 propertyIsDropDownOpen
Get whether the datetimepicker popup is opened. Returns 'false' also if the popup cannot be found with the current control template.
(Inherited from IRadDateTimePicker.)
Public propertyIsEnabled
Get/set whether the control is enabled.
(Inherited from IControl.)
Public propertyIsReadOnly
Gets whether the DateTimePicker is read only.
(Inherited from IRadDateTimePicker.)
Public propertyIsTestRegion
Get whether this element is a test region or not
(Inherited from ITargetElement.)
Public propertyIsTooltipEnabled
Gets whether the DateTimePicker has it's tooltip enabled.
(Inherited from IRadDateTimePicker.)
Public propertyName (Inherited from IFrameworkElement.)
Public propertyParsedElement
Get the parsed element
(Inherited from ITargetElement.)
Public propertySelectedValue
Gets the DateTimePicker selected date via an automation property.
(Inherited from IRadDateTimePicker.)
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 propertyTextBoxElement
Get the DateTimePicker input text box.
(Inherited from IRadDateTimePicker.)
Public propertyTextLiteralContent
Gets the literal text content of this framework element if any.
(Inherited from IFrameworkElement.)
Public propertyTodayButton
Get the Today button.
(Inherited from IRadDateTimePicker.)
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 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 methodTogglePopup
Simulates user clicking on the calendar image to open/close the popup.
(Inherited from IRadDateTimePicker.)
Top
See Also

Reference