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

Inheritance: System.Windows.Automation.Peers.ItemsControlAutomationPeer
Afficher le fichier Open project: kasicass/kasicass Class Usage Examples

Méthodes publiques

Méthode Description
GetPattern ( PatternInterface patternInterface ) : object
RibbonGalleryCategoryAutomationPeer ( RibbonGalleryCategory owner ) : System

Méthodes protégées

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

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

GetPattern() public méthode

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

IsOffscreenCore() protected méthode

protected IsOffscreenCore ( ) : bool
Résultat bool

RibbonGalleryCategoryAutomationPeer() public méthode

public RibbonGalleryCategoryAutomationPeer ( RibbonGalleryCategory owner ) : System
owner Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory
Résultat System