Intersoft ClientUI Documentation
ReloadContentOnChildNavigation Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXFrame Class : ReloadContentOnChildNavigation Property






Gets or sets a value indicating whether the frame's content should be navigated when a child navigation occurred.

Syntax

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