Метод | Описание | |
---|---|---|
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 ( |
||
SetDescription ( int i, string desc ) : bool | ||
SetImageDescription ( string description ) : bool |
Метод | Описание | |
---|---|---|
DoClick ( ) : bool |
public GetImagePosition ( int &x, int &y, Atk coordType ) : void | ||
x | int | |
y | int | |
coordType | Atk | |
Результат | void |
public GetImageSize ( int &width, int &height ) : void | ||
width | int | |
height | int | |
Результат | void |
public GetLocalizedName ( int i ) : string | ||
i | int | |
Результат | string |
public HeaderItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System | ||
provider | System.Windows.Automation.Provider.IRawElementProviderSimple | |
Результат | System |
public RaiseAutomationEvent ( |
||
eventId | ||
args | ||
Результат | void |
public SetDescription ( int i, string desc ) : bool | ||
i | int | |
desc | string | |
Результат | bool |
public SetImageDescription ( string description ) : bool | ||
description | string | |
Результат | bool |