C# Class UiaAtkBridge.Menu

Inheritance: ComponentParentAdapter, ICanHaveSelection
ファイルを表示 Open project: mono/uia2atk

Protected Properties

Property Type Description
selected bool

Public Methods

Method Description
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
ICanHaveSelection ( Adapter keepSelected ) : void
IsChildSelected ( int i ) : bool
Menu ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool

Protected Methods

Method Description
Menu ( IntPtr ptr ) : System

Private Methods

Method Description
Deselect ( ) : void

Method Details

AddSelection() public method

public AddSelection ( int i ) : bool
i int
return bool

ClearSelection() public method

public ClearSelection ( ) : bool
return bool

ICanHaveSelection() public method

public ICanHaveSelection ( Adapter keepSelected ) : void
keepSelected Adapter
return void

IsChildSelected() public method

public IsChildSelected ( int i ) : bool
i int
return bool

Menu() public method

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

Menu() protected method

protected Menu ( IntPtr ptr ) : System
ptr System.IntPtr
return System

RaiseAutomationEvent() public method

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
return void

RaiseStructureChangedEvent() public method

public RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
provider object
e System.Windows.Automation.StructureChangedEventArgs
return void

RefSelection() public method

public RefSelection ( int i ) : Atk.Object
i int
return Atk.Object

RemoveSelection() public method

public RemoveSelection ( int i ) : bool
i int
return bool

SelectAllSelection() public method

public SelectAllSelection ( ) : bool
return bool

Property Details

selected protected_oe property

protected bool selected
return bool