RibbonLabel.SuperTip Property (2007 System)

This property has no effect.

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 RibbonLabel 
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

Remarks

Ribbon labels in the 2007 Microsoft Office system do not display tip text.

.NET Framework Security

See Also

Reference

RibbonLabel Class

RibbonLabel Members

Microsoft.Office.Tools.Ribbon Namespace