RibbonGroupDataAutomationPeer(Object, RibbonTabAutomationPeer) Constructor

Definition

Initializes a new instance of the RibbonGroupDataAutomationPeer class.

public:
 RibbonGroupDataAutomationPeer(System::Object ^ item, System::Windows::Automation::Peers::RibbonTabAutomationPeer ^ itemsControlPeer);
public RibbonGroupDataAutomationPeer (object item, System.Windows.Automation.Peers.RibbonTabAutomationPeer itemsControlPeer);
new System.Windows.Automation.Peers.RibbonGroupDataAutomationPeer : obj * System.Windows.Automation.Peers.RibbonTabAutomationPeer -> System.Windows.Automation.Peers.RibbonGroupDataAutomationPeer
Public Sub New (item As Object, itemsControlPeer As RibbonTabAutomationPeer)

Parameters

item
Object

The element associated with this automation peer.

itemsControlPeer
RibbonTabAutomationPeer

The automation peer that is associated with the RibbonTab that holds the RibbonGroup.

Applies to