C# Class UiaAtkBridge.ExpandCollapseButton

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

Public Methods

Method Description
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
DoAction ( int action ) : bool
ExpandCollapseButton ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
GetDescription ( int action ) : string
GetKeybinding ( int action ) : string
GetLocalizedName ( int action ) : string
GetName ( int action ) : string
ICanHaveSelection ( Adapter keepSelected ) : void
IsChildSelected ( int i ) : bool
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool
SetDescription ( int action, string description ) : bool

Protected Methods

Method Description
OnRefStateSet ( ) : Atk.StateSet

Private Methods

Method Description
OnPressed ( ) : void
OnReleased ( ) : void

Method Details

AddSelection() public method

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

ClearSelection() public method

public ClearSelection ( ) : bool
return bool

DoAction() public method

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

ExpandCollapseButton() public method

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

GetDescription() public method

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

GetKeybinding() public method

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

GetLocalizedName() public method

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

GetName() public method

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

ICanHaveSelection() public method

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

IsChildSelected() public method

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

OnRefStateSet() protected method

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

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

SetDescription() public method

public SetDescription ( int action, string description ) : bool
action int
description string
return bool