C# Class Moonlight.AtkBridge.PatternImplementors.BasePatternImplementor

Inheritance: GLib.IWrapper
Show file Open project: mono/uia2atk

Protected Properties

Property Type Description
adapter Moonlight.AtkBridge.Adapter
peer System.Windows.Automation.Peers.AutomationPeer

Private Properties

Property Type Description

Public Methods

Method Description
BasePatternImplementor ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
GetChildren ( ) : List
OnRefStateSet ( Atk &states ) : void

Method Details

BasePatternImplementor() public method

public BasePatternImplementor ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
adapter Moonlight.AtkBridge.Adapter
peer System.Windows.Automation.Peers.AutomationPeer
return Atk

GetChildren() public method

public GetChildren ( ) : List
return List

OnRefStateSet() public method

public OnRefStateSet ( Atk &states ) : void
states Atk
return void

Property Details

adapter protected property

protected Adapter,Moonlight.AtkBridge adapter
return Moonlight.AtkBridge.Adapter

peer protected property

protected AutomationPeer,System.Windows.Automation.Peers peer
return System.Windows.Automation.Peers.AutomationPeer