This topic has not yet been rated - Rate this topic

RibbonEditBox.SuperTip Property

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

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
string SuperTip { get; set; }

Property Value

Type: String
A string that contains multiline tip text.

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.