Method | Description | |
---|---|---|
DoAction ( int action ) : bool | ||
GetCurrentValue ( GLib &value ) : void | ||
GetDescription ( int action ) : string | ||
GetKeybinding ( int action ) : string | ||
GetLocalizedName ( int action ) : string | ||
GetMaximumValue ( GLib &value ) : void | ||
GetMinimumIncrement ( GLib &value ) : void | ||
GetMinimumValue ( GLib &value ) : void | ||
GetName ( int action ) : string | ||
SetCurrentValue ( GLib value ) : bool | ||
SetDescription ( int action, string description ) : bool | ||
SpinnerWithValue ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System |
Method | Description | |
---|---|---|
DoActivate ( ) : bool |
public GetCurrentValue ( GLib &value ) : void | ||
value | GLib | |
return | void |
public GetDescription ( int action ) : string | ||
action | int | |
return | string |
public GetLocalizedName ( int action ) : string | ||
action | int | |
return | string |
public GetMaximumValue ( GLib &value ) : void | ||
value | GLib | |
return | void |
public GetMinimumIncrement ( GLib &value ) : void | ||
value | GLib | |
return | void |
public GetMinimumValue ( GLib &value ) : void | ||
value | GLib | |
return | void |
public SetDescription ( int action, string description ) : bool | ||
action | int | |
description | string | |
return | bool |
public SpinnerWithValue ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System | ||
provider | System.Windows.Automation.Provider.IRawElementProviderSimple | |
return | System |