RibbonButton.Label Property

Definition

Gets or sets the text that is displayed on the button.

public string Label { get; set; }

Property Value

String

A string that represents the text that is displayed on the button.

Remarks

To hide the label, set ShowLabel to false.

Applies to