C# Class UiaAtkBridge.ComboBoxOptions

Inheritance: ComponentParentAdapter, Atk.ISelectionImplementor
显示文件 Open project: mono/uia2atk

Public Methods

Method Description
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
ComboBoxOptions ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
IsChildSelected ( int i ) : bool
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool

Protected Methods

Method Description
OnRefStateSet ( ) : Atk.StateSet
UpdateNameProperty ( string newName, bool fromCtor ) : void

Private Methods

Method Description
RaiseExpandedCollapsed ( ) : void
RecursiveDeselect ( Adapter keepSelected ) : void
RemoveChild ( Atk childToRemove ) : void

Method Details

AddSelection() public method

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

ClearSelection() public method

public ClearSelection ( ) : bool
return bool

ComboBoxOptions() public method

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

IsChildSelected() public method

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

OnRefStateSet() protected method

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

RaiseAutomationPropertyChangedEvent() public method

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
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

UpdateNameProperty() protected method

protected UpdateNameProperty ( string newName, bool fromCtor ) : void
newName string
fromCtor bool
return void