Intersoft ClientUI Documentation
NavigationTarget Property (UXNavigationBar)



Gets or sets the UXFrame instance whose history to be managed by the UXJournalButton.
Syntax
<CategoryAttribute("Common Properties")>
Public Property NavigationTarget As UXFrame
Dim instance As UXNavigationBar
Dim value As UXFrame
 
instance.NavigationTarget = value
 
value = instance.NavigationTarget
[CategoryAttribute("Common Properties")]
public UXFrame NavigationTarget {get; set;}
[CategoryAttribute("Common Properties")]
public:
property UXFrame^ NavigationTarget {
   UXFrame^ get();
   void set (    UXFrame^ value);
}
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

Send Feedback