RibbonLabel.ScreenTip 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 ScreenTip As String
'Usage
Dim instance As RibbonLabel
Dim value As String
value = instance.ScreenTip
instance.ScreenTip = value
public string ScreenTip { get; set; }
public:
property String^ ScreenTip {
String^ get ();
void set (String^ value);
}
public function get ScreenTip () : String
public function set ScreenTip (value : String)
Property Value
Type: System.String
Remarks
Ribbon labels in the 2007 Microsoft Office system do not display tip text.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.