C# Class UiaAtkBridge.HeaderItem

Inheritance: TextLabel, Atk.IActionImplementor, Atk.IImageImplementor
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
DoAction ( int i ) : bool
GetDescription ( int i ) : string
GetImagePosition ( int &x, int &y, Atk coordType ) : void
GetImageSize ( int &width, int &height ) : void
GetKeybinding ( int i ) : string
GetLocalizedName ( int i ) : string
GetName ( int i ) : string
HeaderItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs args ) : void
SetDescription ( int i, string desc ) : bool
SetImageDescription ( string description ) : bool

Private Methods

Méthode Description
DoClick ( ) : bool

Method Details

DoAction() public méthode

public DoAction ( int i ) : bool
i int
Résultat bool

GetDescription() public méthode

public GetDescription ( int i ) : string
i int
Résultat string

GetImagePosition() public méthode

public GetImagePosition ( int &x, int &y, Atk coordType ) : void
x int
y int
coordType Atk
Résultat void

GetImageSize() public méthode

public GetImageSize ( int &width, int &height ) : void
width int
height int
Résultat void

GetKeybinding() public méthode

public GetKeybinding ( int i ) : string
i int
Résultat string

GetLocalizedName() public méthode

public GetLocalizedName ( int i ) : string
i int
Résultat string

GetName() public méthode

public GetName ( int i ) : string
i int
Résultat string

HeaderItem() public méthode

public HeaderItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
Résultat System

RaiseAutomationEvent() public méthode

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs args ) : void
eventId System.Windows.Automation.AutomationEvent
args System.Windows.Automation.AutomationEventArgs
Résultat void

SetDescription() public méthode

public SetDescription ( int i, string desc ) : bool
i int
desc string
Résultat bool

SetImageDescription() public méthode

public SetImageDescription ( string description ) : bool
description string
Résultat bool