Udostępnij za pośrednictwem


RibbonSplitButton.SuperTip Property (2007 System)

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

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Property SuperTip As String
'Usage
Dim instance As RibbonSplitButton 
Dim value As String 

value = instance.SuperTip

instance.SuperTip = value
public string SuperTip { get; set; }
public:
property String^ SuperTip {
    String^ get ();
    void set (String^ value);
}
public function get SuperTip () : String 
public function set SuperTip (value : String)

Property Value

Type: System.String
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.

.NET Framework Security

See Also

Reference

RibbonSplitButton Class

RibbonSplitButton Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview