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

AutomationPeer for a RibbonTab
Inheritance: System.Windows.Automation.Peers.ItemsControlAutomationPeer
Datei anzeigen Open project: kasicass/kasicass Class Usage Examples

Private Properties

Property Type Description
RaiseTabExpandCollapseAutomationEvent void
RaiseTabSelectionEvents void

Public Methods

Method Description
RibbonTabAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonTab owner ) : System.Collections.Generic

Protected Methods

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

Private Methods

Method Description
RaiseTabExpandCollapseAutomationEvent ( bool oldValue, bool newValue ) : void
RaiseTabSelectionEvents ( ) : void

Method Details

CreateItemAutomationPeer() protected method

protected CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
item object
return System.Windows.Automation.Peers.ItemAutomationPeer

GetBoundingRectangleCore() protected method

protected GetBoundingRectangleCore ( ) : Rect
return System.Windows.Rect

GetChildrenCore() protected method

protected GetChildrenCore ( ) : System.Collections.Generic.List
return System.Collections.Generic.List

GetClassNameCore() protected method

protected GetClassNameCore ( ) : string
return string

IsOffscreenCore() protected method

protected IsOffscreenCore ( ) : bool
return bool

RibbonTabAutomationPeer() public method

public RibbonTabAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonTab owner ) : System.Collections.Generic
owner Microsoft.Windows.Controls.Ribbon.RibbonTab
return System.Collections.Generic