RibbonControlId Constructor

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As Object, _
    defaultControlId As String, _
    defaultIdType As RibbonControlIdType _
)
'Usage
Dim parent As Object
Dim defaultControlId As String
Dim defaultIdType As RibbonControlIdType

Dim instance As New RibbonControlId(parent, _
    defaultControlId, defaultIdType)
public RibbonControlId(
    Object parent,
    string defaultControlId,
    RibbonControlIdType defaultIdType
)

Parameters

.NET Framework Security

See Also

Reference

RibbonControlId Class

RibbonControlId Members

Microsoft.Office.Tools.Ribbon Namespace