RibbonSplitButton.SuperTip Property

Definition

Gets or sets multiline tooltip text that appears when the user moves the pointer over the RibbonSplitButton control.

public:
 property System::String ^ SuperTip { System::String ^ get(); void set(System::String ^ value); };
public string SuperTip { get; set; }
member this.SuperTip : string with get, set
Public Property SuperTip As String

Property Value

A string that contains multiline tip text.

Remarks

The string must be less than 1024 characters in length.

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

You can change the SuperTip at design time and at runtime.

Applies to