Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Reference
 StartFromScratch Property (2007 Sy...

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual Studio Tools for Office API Reference
OfficeRibbon..::.StartFromScratch Property (2007 System)

Gets or sets a value that indicates whether to hide all built-in tabs on the Ribbon and most commands on the Microsoft Office Menu and display only the customizations that are defined in this Ribbon item.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Visual Basic (Declaration)
Public Property StartFromScratch As Boolean
Visual Basic (Usage)
Dim instance As OfficeRibbon
Dim value As Boolean

value = instance.StartFromScratch

instance.StartFromScratch = value
C#
public bool StartFromScratch { get; set; }

Property Value

Type: System..::.Boolean
true if the Ribbon displays only the customizations that are defined in this Ribbon item; otherwise, false. The default is false.

This property can be set only before the Ribbon is loaded into the Office application. For information about setting this property, see Ribbon Object Model Overview.

You cannot change the visibility of custom tabs at run time if this property is set to true.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker