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

AutomationPeer that is a wrapper around Ribbon.Title object
Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer
Show file Open project: kasicass/kasicass Class Usage Examples

Public Methods

Method Description
RibbonTitleAutomationPeer ( 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

RibbonTitleAutomationPeer() public method

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