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

AutomationPeer that is a wrapper around RibbonGroup.Header object
Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer
Datei anzeigen Open project: kasicass/kasicass

Public Methods

Method Description
RibbonGroupHeaderAutomationPeer ( FrameworkElement owner ) : System

Protected Methods

Method Description
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string
GetNameCore ( ) : string

Method Details

GetAutomationControlTypeCore() protected method

protected GetAutomationControlTypeCore ( ) : AutomationControlType
return AutomationControlType

GetClassNameCore() protected method

protected GetClassNameCore ( ) : string
return string

GetNameCore() protected method

protected GetNameCore ( ) : string
return string

RibbonGroupHeaderAutomationPeer() public method

public RibbonGroupHeaderAutomationPeer ( FrameworkElement owner ) : System
owner System.Windows.FrameworkElement
return System