RadControls for Silverlight

The AppointmentItemAutomationPeer type exposes the following members.

Constructors

  NameDescription
Public methodAppointmentItemAutomationPeer
Initializes a new instance of the AppointmentItemAutomationPeer class.

Methods

  NameDescription
Public methodAddToSelection
Adds the current element to the collection of selected items.
Protected methodGenerateIRawElementProviderSimple<(Of <<'(TSource>)>>)
Retrieves a collection of UI Automation provider from given peer collection.
(Inherited from AutomationPeerBase<(Of <(<'T>)>)>.)
Protected methodGetAutomationControlTypeCore
Gets the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType().
(Overrides FrameworkElementAutomationPeerGetAutomationControlTypeCore()()()().)
Protected methodGetClassNameCore
Gets a name that is used with System.Windows.Automation.Peers.AutomationControlType, to differentiate the control that is represented by this System.Windows.Automation.Peers.AutomationPeer.
(Inherited from AutomationPeerBase<(Of <(<'T>)>)>.)
Protected methodGetItemTypeCore
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetItemType().
(Inherited from AutomationPeerBase<(Of <(<'T>)>)>.)
Protected methodGetLocalizedControlTypeCore
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType().
(Overrides FrameworkElementAutomationPeerGetLocalizedControlTypeCore()()()().)
Public methodGetPattern
Gets the control pattern for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
(Overrides FrameworkElementAutomationPeerGetPattern(PatternInterface).)
Public methodInvoke
Sends a request to activate a control and initiate its single, unambiguous action.
Protected methodIsEnabledCore
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.IsEnabled().
(Inherited from AutomationPeerBase<(Of <(<'T>)>)>.)
Protected methodIsKeyboardFocusableCore
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.IsKeyboardFocusable().
(Inherited from AutomationPeerBase<(Of <(<'T>)>)>.)
Protected methodProviderFromElement<(Of <<'(TSource>)>>)
Retrieves a UI Automation provider for current element.
(Inherited from AutomationPeerBase<(Of <(<'T>)>)>.)
Public methodRemoveFromSelection
Removes the current element from the collection of selected items.
Public methodScrollIntoView
Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.
Public methodSelect
Deselects any selected items and then selects the current element.
Protected methodSetFocusCore
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.SetFocus().
(Inherited from AutomationPeerBase<(Of <(<'T>)>)>.)

Extension Methods

  NameDescription
Public Extension MethodChildrenOfType<(Of <<'(T>)>>)
Gets all child elements recursively from the visual tree by given type.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodClearIfNoBindingAndSet
Clears if set.
(Defined by CommonExtensions.)
Public Extension MethodClearIfSet
Clears the property if a value has been set.
(Defined by CommonExtensions.)
Public Extension MethodClearValue
Clears the local value of the read only property.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodFindChildByType<(Of <<'(T>)>>)
Finds child element of the specified type. Uses breadth-first search.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)
Public Extension MethodGetParents
Enumerates through element's parents in the visual tree.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodGetVisualParent<(Of <<'(T>)>>)
Searches up in the visual tree for parent element of the specified type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsAncestorOf
Determines whether the element is an ancestor of the descendant.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by DependencyObjectExtensions.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by CommonExtensions.)
Public Extension MethodParentOfType<(Of <<'(T>)>>)
Gets the parent element from the visual tree by given type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodSetIfDifferent
Sets the value of the dependencyProperty property if it's hasn't that value currently.
(Defined by CommonExtensions.)
Public Extension MethodSetValue
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Defined by DependencyPropertyExtensions.)

Properties

  NameDescription
Protected propertyCurrentOwner
Gets the owner UI control for the current automation element.
(Inherited from AutomationPeerBase<(Of <(<'T>)>)>.)
Public propertyIsSelected
Gets the IsSelected property of the Appointment Item.
Public propertySelectionContainer
Gets the selection container provider.

See Also