Sdílet prostřednictvím


RibbonComboBox.ShowLabel-Eigenschaft (2007 System)

Aktualisiert: November 2007

Ruft einen Wert ab, der angibt, ob die Bezeichnung von RibbonComboBox sichtbar ist, 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 ShowLabel As Boolean
'Usage
Dim instance As RibbonComboBox
Dim value As Boolean

value = instance.ShowLabel

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

Eigenschaftenwert

Typ: System.Boolean

true , wenn die Bezeichnung sichtbar ist, andernfalls false. Die Standardeinstellung ist true.

Berechtigungen

Siehe auch

Referenz

RibbonComboBox-Klasse

RibbonComboBox-Member

Microsoft.Office.Tools.Ribbon-Namespace

Weitere Ressourcen

Multifunktionsleisten-Objektmodellübersicht