RibbonGroupDataAutomationPeer(Object, RibbonTabAutomationPeer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.