C# Class UiaAtkBridge.ScrollBar

Inheritance: ComponentParentAdapter, 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
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
ScrollBar ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
SetCurrentValue ( GLib value ) : bool

Méthodes protégées

Méthode Description
OnRefStateSet ( ) : Atk.StateSet

Private Methods

Méthode Description
GetScrollProviderFromParent ( ) : 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

OnRefStateSet() protected méthode

protected OnRefStateSet ( ) : Atk.StateSet
Résultat Atk.StateSet

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

RaiseStructureChangedEvent() public méthode

public RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
childProvider object
e System.Windows.Automation.StructureChangedEventArgs
Résultat void

ScrollBar() public méthode

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

SetCurrentValue() public méthode

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