Intersoft ClientUI Documentation
GoBackToolTip Property
See Also  Example Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXNavigationBar Class : GoBackToolTip Property






Specifies the tooltip text for Back button.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property GoBackToolTip As String
Visual Basic (Usage)Copy Code
Dim instance As UXNavigationBar
Dim value As String
 
instance.GoBackToolTip = value
 
value = instance.GoBackToolTip
C# 
[CategoryAttribute("Common Properties")]
public string GoBackToolTip {get; set;}
Delphi 
public read-write property GoBackToolTip: String; 
JScript 
CategoryAttribute("Common Properties")
public function get,set GoBackToolTip : String
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property string* get_GoBackToolTip();
public: __property void set_GoBackToolTip( 
   string* value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property String^ GoBackToolTip {
   String^ get();
   void set (    String^ value);
}

Example

The following example shows how to set the GoBackToolTip property in UXNavigationBar.
XAMLCopy Code
<Intersoft:UXNavigationBar x:Name="NavigationBar" GoBackToolTip="Back Tooltip" HorizontalContentAlignment="Stretch" HorizontalAlignment="Left" HomeUri="/Home"/>

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.