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

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

Private Properties

Свойство Type Description
RaiseTabExpandCollapseAutomationEvent void
RaiseTabSelectionEvents void

Méthodes publiques

Méthode Description
RibbonTabAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonTab owner ) : System.Collections.Generic

Méthodes protégées

Méthode Description
CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
GetBoundingRectangleCore ( ) : Rect
GetChildrenCore ( ) : System.Collections.Generic.List
GetClassNameCore ( ) : string
IsOffscreenCore ( ) : bool

Private Methods

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

Method Details

CreateItemAutomationPeer() protected méthode

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

GetBoundingRectangleCore() protected méthode

protected GetBoundingRectangleCore ( ) : Rect
Résultat System.Windows.Rect

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

IsOffscreenCore() protected méthode

protected IsOffscreenCore ( ) : bool
Résultat bool

RibbonTabAutomationPeer() public méthode

public RibbonTabAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonTab owner ) : System.Collections.Generic
owner Microsoft.Windows.Controls.Ribbon.RibbonTab
Résultat System.Collections.Generic