C# Class UiaAtkBridge.ProgressBar

Inheritance: ComponentAdapter, Atk.IValueImplementor
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
ProgressBar ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
SetCurrentValue ( GLib value ) : bool

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

ProgressBar() public méthode

public ProgressBar ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
Résultat System

RaiseAutomationEvent() public méthode

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
Résultat void

RaiseAutomationPropertyChangedEvent() public méthode

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
Résultat void

SetCurrentValue() public méthode

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