C# Class UiaAtkBridge.ParentMenu

This empty class serves as just the needed bit for the parent menu (menu with children) to implement *officially* Atk.Selection. Its implementation is however inherited from Menu (but can't be exposed there because MenuItem should not expose it)
Inheritance: MenuItem, Atk.ISelectionImplementor
Mostrar archivo Open project: mono/uia2atk

Public Methods

Method Description
ParentMenu ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System

Private Methods

Method Description
AddOneChild ( Atk child ) : void

Method Details

ParentMenu() public method

public ParentMenu ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
return System