C# Class Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer

Inheritance: System.Windows.Automation.Peers.ItemsControlAutomationPeer, ISelectionProvider
Afficher le fichier Open project: kasicass/kasicass

Private Properties

Свойство Type Description
ISelectionProvider System.Windows.Automation.Provider.IRawElementProviderSimple[]

Méthodes publiques

Méthode Description
GetPattern ( PatternInterface patternInterface ) : object
RibbonGalleryAutomationPeer ( RibbonGallery owner ) : System

Méthodes protégées

Méthode Description
CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
GetAutomationControlTypeCore ( ) : AutomationControlType
GetChildrenCore ( ) : List
GetClassNameCore ( ) : string
GetHelpTextCore ( ) : string

Returns help text

Private Methods

Méthode Description
ISelectionProvider ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]

return SelectedContainers for SelectedItem

Method Details

CreateItemAutomationPeer() protected méthode

protected CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
item object
Résultat System.Windows.Automation.Peers.ItemAutomationPeer

GetAutomationControlTypeCore() protected méthode

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetChildrenCore() protected méthode

protected GetChildrenCore ( ) : List
Résultat List

GetClassNameCore() protected méthode

protected GetClassNameCore ( ) : string
Résultat string

GetHelpTextCore() protected méthode

Returns help text
protected GetHelpTextCore ( ) : string
Résultat string

GetPattern() public méthode

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
Résultat object

RibbonGalleryAutomationPeer() public méthode

public RibbonGalleryAutomationPeer ( RibbonGallery owner ) : System
owner Microsoft.Windows.Controls.Ribbon.RibbonGallery
Résultat System