Class GalleryAutomationPeer
Automation peer for the RadGallery class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class GalleryAutomationPeer : RadListBoxAutomationPeer, ISelectionProvider, IScrollProvider
Constructors
GalleryAutomationPeer(RadGallery)
Initializes a new instance of the GalleryAutomationPeer class.
Declaration
public GalleryAutomationPeer(RadGallery owner)
Parameters
RadGallery
owner
|
Methods
CreateItemAutomationPeer(Object)
Creates a new instance of the System.Windows.Automation.Peers.ItemAutomationPeer for a data item in the System.Windows.Controls.ItemsControl.Items collection of this System.Windows.Controls.ItemsControl.
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
System.Object
item
|
Returns
System.Windows.Automation.Peers.ItemAutomationPeer
|
Overrides
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|