Intersoft ClientUI Documentation
StopToolTip Property
Example 



Specifies the tooltip text for Stop button.
Syntax
<CategoryAttribute("Common Properties")>
Public Property StopToolTip As String
Dim instance As UXNavigationBar
Dim value As String
 
instance.StopToolTip = value
 
value = instance.StopToolTip
[CategoryAttribute("Common Properties")]
public string StopToolTip {get; set;}
[CategoryAttribute("Common Properties")]
public:
property String^ StopToolTip {
   String^ get();
   void set (    String^ value);
}
Example
This following example shows you how to set the StopToolTip property in UXNavigationBar.
<Intersoft:UXNavigationBar x:Name="NavigationBar" StopToolTip="Stop Tooltip" HorizontalContentAlignment="Stretch" HorizontalAlignment="Left" HomeUri="/Customers"/>
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXNavigationBar Class
UXNavigationBar Members
Navigation Overview

Send Feedback