Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a RibbonPosition that has default values.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Default As RibbonPosition
'Usage
Dim value As RibbonPosition
value = RibbonPosition.Default
public static readonly RibbonPosition Default
public:
static initonly RibbonPosition^ Default
public static final var Default : RibbonPosition
Remarks
This field returns a RibbonPosition that has the following default property values:
The OfficeId property is an empty string.
The PositionType property is set to Default.
Use this field if you want to indicate that the location of a control, group, or tab is not specified. In this case, the Microsoft Office application determines the default location for the control, group, or tab.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.