Method | 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 ( |
||
SetDescription ( int i, string desc ) : bool | ||
SetImageDescription ( string description ) : bool |
Method | Description | |
---|---|---|
DoClick ( ) : bool |
public GetImagePosition ( int &x, int &y, Atk coordType ) : void | ||
x | int | |
y | int | |
coordType | Atk | |
return | void |
public GetImageSize ( int &width, int &height ) : void | ||
width | int | |
height | int | |
return | void |
public HeaderItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System | ||
provider | System.Windows.Automation.Provider.IRawElementProviderSimple | |
return | System |
public RaiseAutomationEvent ( |
||
eventId | ||
args | ||
return | void |
public SetDescription ( int i, string desc ) : bool | ||
i | int | |
desc | string | |
return | bool |
public SetImageDescription ( string description ) : bool | ||
description | string | |
return | bool |