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

AutomationPeer for Ribbon Supports Selection, ExpandCollapse and Scroll Patterns
Inheritance: System.Windows.Automation.Peers.SelectorAutomationPeer, IExpandCollapseProvider, ISelectionProvider
Afficher le fichier Open project: kasicass/kasicass Class Usage Examples

Private Properties

Свойство Type Description
RaiseExpandCollapseAutomationEvent void

Méthodes publiques

Méthode Description
Collapse ( ) : void

Set Ribbon.IsMinimized to true

Expand ( ) : void

Set Ribbon.IsMinimized to false

GetPattern ( PatternInterface patternInterface ) : object
RibbonAutomationPeer ( Ribbon owner ) : System

Méthodes protégées

Méthode Description
CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
GetAutomationControlTypeCore ( ) : AutomationControlType
GetChildrenCore ( ) : System.Collections.Generic.List
GetClassNameCore ( ) : string
IsOffscreenCore ( ) : bool
SetFocusCore ( ) : void

Private Methods

Méthode Description
RaiseExpandCollapseAutomationEvent ( bool oldValue, bool newValue ) : void

Method Details

Collapse() public méthode

Set Ribbon.IsMinimized to true
public Collapse ( ) : void
Résultat void

CreateItemAutomationPeer() protected méthode

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

Expand() public méthode

Set Ribbon.IsMinimized to false
public Expand ( ) : void
Résultat void

GetAutomationControlTypeCore() protected méthode

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetChildrenCore() protected méthode

protected GetChildrenCore ( ) : System.Collections.Generic.List
Résultat System.Collections.Generic.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

RibbonAutomationPeer() public méthode

public RibbonAutomationPeer ( Ribbon owner ) : System
owner Ribbon
Résultat System

SetFocusCore() protected méthode

protected SetFocusCore ( ) : void
Résultat void