RibbonDropDownItem.Label Property

Definition

Gets or sets the text that is displayed by this RibbonDropDownItem.

public:
 property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Localizable(true)]
public string Label { get; set; }
[<System.ComponentModel.Localizable(true)>]
member this.Label : string with get, set
Public Property Label As String

Property Value

The text that is displayed by this RibbonDropDownItem.

Attributes

Applies to