Share via


RibbonGalleryCategoryDataAutomationPeer Constructor

Initializes a new instance of the RibbonGalleryCategoryDataAutomationPeer class.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Sub New ( _
    owner As Object, _
    itemsControlAutomationPeer As ItemsControlAutomationPeer _
)
public RibbonGalleryCategoryDataAutomationPeer(
    Object owner,
    ItemsControlAutomationPeer itemsControlAutomationPeer
)
public:
RibbonGalleryCategoryDataAutomationPeer(
    Object^ owner, 
    ItemsControlAutomationPeer^ itemsControlAutomationPeer
)
new : 
        owner:Object * 
        itemsControlAutomationPeer:ItemsControlAutomationPeer -> RibbonGalleryCategoryDataAutomationPeer
public function RibbonGalleryCategoryDataAutomationPeer(
    owner : Object, 
    itemsControlAutomationPeer : ItemsControlAutomationPeer
)

Parameters

  • owner
    Type: System.Object
    The element associated with this automation peer.

.NET Framework Security

See Also

Reference

RibbonGalleryCategoryDataAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace