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

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

Public Methods

Method Description
RibbonControlAutomationPeer ( FrameworkElement owner ) : System

Protected Methods

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

Method Details

GetClassNameCore() protected method

protected GetClassNameCore ( ) : string
return string

IsOffscreenCore() protected method

protected IsOffscreenCore ( ) : bool
return bool

RibbonControlAutomationPeer() public method

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