C# Class UiaAtkBridge.ProgressBar

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

Public Methods

Method 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 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

ProgressBar() public method

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

RaiseAutomationEvent() public method

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
return void

RaiseAutomationPropertyChangedEvent() public method

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
return void

SetCurrentValue() public method

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