Intersoft ClientUI Documentation
SetAlternateText Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonKeyTipService Class : SetAlternateText Method






obj
value
Sets a value that determines the keytip alternate text.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetAlternateText( _
   ByVal obj As DependencyObject, _
   ByVal value As String _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As String
 
UXRibbonKeyTipService.SetAlternateText(obj, value)
C# 
public static void SetAlternateText( 
   DependencyObject obj,
   string value
)
Delphi 
public procedure SetAlternateText( 
    obj: DependencyObject;
    value: String
); static; 
JScript 
public static function SetAlternateText( 
   obj : DependencyObject,
   value : String
);
Managed Extensions for C++ 
public: static void SetAlternateText( 
   DependencyObject* obj,
   string* value
) 
C++/CLI 
public:
static void SetAlternateText( 
   DependencyObject^ obj,
   String^ value
) 

Parameters

obj
value

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.