C# Class UiaAtkBridge.ScrollBar

Inheritance: ComponentParentAdapter, 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
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

Protected Methods

Method Description
OnRefStateSet ( ) : Atk.StateSet

Private Methods

Method Description
GetScrollProviderFromParent ( ) : 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

OnRefStateSet() protected method

protected OnRefStateSet ( ) : Atk.StateSet
return Atk.StateSet

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

RaiseStructureChangedEvent() public method

public RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
childProvider object
e System.Windows.Automation.StructureChangedEventArgs
return void

ScrollBar() public method

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

SetCurrentValue() public method

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