C# Class Moonlight.AtkBridge.PatternImplementors.RangeValue

Inheritance: BasePatternImplementor, Atk.ValueImplementor
ファイルを表示 Open project: mono/uia2atk

Public Methods

Method Description
GetCurrentValue ( GLib &value ) : void
GetMaximumValue ( GLib &value ) : void
GetMinimumIncrement ( GLib &value ) : void
GetMinimumValue ( GLib &value ) : void
RangeValue ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
SetCurrentValue ( GLib value ) : bool

Private Methods

Method Description
OnAutomationPropertyChanged ( object o, AutomationPropertyChangedEventArgs args ) : void

Method Details

GetCurrentValue() public method

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

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

RangeValue() public method

public RangeValue ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
adapter Moonlight.AtkBridge.Adapter
peer System.Windows.Automation.Peers.AutomationPeer
return Atk

SetCurrentValue() public method

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