RibbonMenuButton.Label Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the text that is displayed next to or below the control.
public:
property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
public string Label { get; set; }
member this.Label : string with get, set
Public Property Label As String
Property Value
The text that is displayed next to or below the control. The registered default is null
. For more information about what can influence the value, see Dependency Property Value Precedence.
Remarks
Set the IsLabelVisible property to control the visibility of the label.
Dependency Property Information
Identifier field | LabelProperty |
Metadata properties set to true |
None |
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.