C# Class UiaAtkBridge.SpinnerWithValue

Inheritance: Spinner, Atk.IValueImplementor, Atk.IActionImplementor
Mostrar archivo Open project: mono/uia2atk

Public Methods

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

Private Methods

Method Description
DoActivate ( ) : bool

Method Details

DoAction() public method

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

GetCurrentValue() public method

public GetCurrentValue ( GLib &value ) : void
value GLib
return void

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

GetMaximumValue() public method

public GetMaximumValue ( GLib &value ) : void
value GLib
return void

GetMinimumIncrement() public method

public GetMinimumIncrement ( GLib &value ) : void
value GLib
return void

GetMinimumValue() public method

public GetMinimumValue ( GLib &value ) : void
value GLib
return void

GetName() public method

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

SetCurrentValue() public method

public SetCurrentValue ( GLib value ) : bool
value GLib
return bool

SetDescription() public method

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

SpinnerWithValue() public method

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