Udostępnij za pośrednictwem


RibbonTab Constructor (2007 System)

Initializes a new instance of the RibbonTab class.

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
'Usage
Dim instance As New RibbonTab()
public RibbonTab()
public:
RibbonTab()
public function RibbonTab()

Remarks

Visual Studio Tools for Office creates an instance of this class for you when you drag a Tab from the Office Ribbon Controls tab of the Toolbox onto the Ribbon Designer

You can add a RibbonTab object to your Office customization at design time, or at run time before the Ribbon is loaded into the Microsoft Office application. For built-in tabs, the RibbonTab properties can be set only at design time. For more information, see Ribbon Object Model Overview.

.NET Framework Security

See Also

Reference

RibbonTab Class

RibbonTab Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview