Sdílet prostřednictvím


RibbonGroup.Visible-Eigenschaft (2007 System)

Aktualisiert: November 2007

Ruft einen Wert ab, der angibt, ob die Gruppe angezeigt wird, oder legt diesen fest.

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

Syntax

'Declaration
Public Property Visible As Boolean
'Usage
Dim instance As RibbonGroup
Dim value As Boolean

value = instance.Visible

instance.Visible = value
public bool Visible { get; set; }

Eigenschaftenwert

Typ: System.Boolean

true , wenn die Gruppe angezeigt wird; andernfalls false. Die Standardeinstellung ist true.

Berechtigungen

Siehe auch

Referenz

RibbonGroup-Klasse

RibbonGroup-Member

Microsoft.Office.Tools.Ribbon-Namespace