C# Class Moonlight.AtkBridge.PatternImplementors.RangeValue

Inheritance: BasePatternImplementor, Atk.ValueImplementor
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode 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

Méthode Description
OnAutomationPropertyChanged ( object o, AutomationPropertyChangedEventArgs args ) : void

Method Details

GetCurrentValue() public méthode

public GetCurrentValue ( GLib &value ) : void
value GLib
Résultat void

GetMaximumValue() public méthode

public GetMaximumValue ( GLib &value ) : void
value GLib
Résultat void

GetMinimumIncrement() public méthode

public GetMinimumIncrement ( GLib &value ) : void
value GLib
Résultat void

GetMinimumValue() public méthode

public GetMinimumValue ( GLib &value ) : void
value GLib
Résultat void

RangeValue() public méthode

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

SetCurrentValue() public méthode

public SetCurrentValue ( GLib value ) : bool
value GLib
Résultat bool