RibbonTextBox.Label Property

Definition

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.

Examples

The following example shows how to set the Label property on a RibbonTextBox.

<ribbon:RibbonTextBox Label="1" Text="Green"
                 Command="{Binding ColorCommand}"
                 SmallImageSource="Images/RightArrowShort_Green16.png" 
                 LargeImageSource="Images/RightArrowShort_Green32.png" 
                 KeyTip="C" />

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