Intersoft ClientUI Documentation
IsNavigationContainer Property



Gets or sets a value that determines whether the popup contains navigation controls that should be automatically synchronized during navigation session.
Syntax
Public Property IsNavigationContainer As Boolean
Dim instance As UXPopup
Dim value As Boolean
 
instance.IsNavigationContainer = value
 
value = instance.IsNavigationContainer
public bool IsNavigationContainer {get; set;}
public:
property bool IsNavigationContainer {
   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

UXPopup Class
UXPopup Members

Send Feedback