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

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

Public Methods

Method Description
RibbonContextualTabGroupAutomationPeer ( RibbonContextualTabGroup owner ) : System

Protected Methods

Method Description
GetClassNameCore ( ) : string
GetNameCore ( ) : string
IsOffscreenCore ( ) : bool

Method Details

GetClassNameCore() protected method

protected GetClassNameCore ( ) : string
return string

GetNameCore() protected method

protected GetNameCore ( ) : string
return string

IsOffscreenCore() protected method

protected IsOffscreenCore ( ) : bool
return bool

RibbonContextualTabGroupAutomationPeer() public method

public RibbonContextualTabGroupAutomationPeer ( RibbonContextualTabGroup owner ) : System
owner RibbonContextualTabGroup
return System