Intersoft ClientUI Documentation
IsPrimaryNavigator Property (UXTabControl)



Gets or sets a value that indicates whether this frame is the primary navigator when multiple frames existed in a page. By default, the navigation bar and commands is bound to the primary navigator when querying the navigation status or when executing navigation commands.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IsPrimaryNavigator As Boolean
Dim instance As UXTabControl
Dim value As Boolean
 
instance.IsPrimaryNavigator = value
 
value = instance.IsPrimaryNavigator
[CategoryAttribute("Common Properties")]
public bool IsPrimaryNavigator {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool IsPrimaryNavigator {
   bool get();
   void set (    bool 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

UXTabControl Class
UXTabControl Members

Send Feedback