RibbonEditBox.SuperTip Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets multiline tip text that appears when the user moves the pointer over the RibbonEditBox.
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.