Intersoft ClientUI Documentation
IsPrimaryNavigator Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > INavigationHost Interface : IsPrimaryNavigator Property






Gets or sets a value indicating whether the navigation host is the primary navigator.

Syntax

Visual Basic (Declaration) 
Property IsPrimaryNavigator As Boolean
Visual Basic (Usage)Copy Code
Dim instance As INavigationHost
Dim value As Boolean
 
instance.IsPrimaryNavigator = value
 
value = instance.IsPrimaryNavigator
C# 
bool IsPrimaryNavigator {get; set;}
Delphi 
read-write property IsPrimaryNavigator: Boolean; 
JScript 
function get,set IsPrimaryNavigator : boolean
Managed Extensions for C++ 
__property bool get_IsPrimaryNavigator();
__property void set_IsPrimaryNavigator( 
   bool value
);
C++/CLI 
property bool IsPrimaryNavigator {
   bool get();
   void set (    bool 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.