RibbonDropDownItem.SuperTip Property

Definition

Gets or sets multiline tip text that appears when the user moves the pointer over the RibbonDropDownItem.

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

Property Value

A string that contains multiline tip text.

Attributes

Remarks

The SuperTip appears under ScreenTip text. Unlike the ScreenTip, the SuperTip enables line breaks in the string.

Applies to