C# Class UiaAtkBridge.ComboBoxDropDown

Inheritance: ComboBox, Atk.IActionImplementor
显示文件 Open project: mono/uia2atk Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ComboBoxDropDown ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
DoAction ( int i ) : bool
GetDescription ( int i ) : string
GetKeybinding ( int i ) : string
GetLocalizedName ( int i ) : string
GetName ( int i ) : string
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( System e ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
SetDescription ( int i, string desc ) : bool

Protected Methods

Method Description
OnRefStateSet ( ) : Atk.StateSet

Method Details

ComboBoxDropDown() public method

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

DoAction() public method

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

GetDescription() public method

public GetDescription ( int i ) : string
i int
return string

GetKeybinding() public method

public GetKeybinding ( int i ) : string
i int
return string

GetLocalizedName() public method

public GetLocalizedName ( int i ) : string
i int
return string

GetName() public method

public GetName ( int i ) : string
i int
return string

OnRefStateSet() protected method

protected OnRefStateSet ( ) : Atk.StateSet
return Atk.StateSet

RaiseAutomationEvent() public method

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

RaiseAutomationPropertyChangedEvent() public method

public RaiseAutomationPropertyChangedEvent ( System e ) : void
e System
return void

RaiseStructureChangedEvent() public method

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

SetDescription() public method

public SetDescription ( int i, string desc ) : bool
i int
desc string
return bool