Intersoft ClientUI Documentation
GetEnableNavigableViewDiscovery Method



The target element.
Gets the value of the EnableNavigableViewDiscovery attached property.
Syntax
Public Shared Function GetEnableNavigableViewDiscovery( _
   ByVal obj As DependencyObject _
) As Boolean
Dim obj As DependencyObject
Dim value As Boolean
 
value = RegionManager.GetEnableNavigableViewDiscovery(obj)
public static bool GetEnableNavigableViewDiscovery( 
   DependencyObject obj
)
public:
static bool GetEnableNavigableViewDiscovery( 
   DependencyObject^ obj
) 

Parameters

obj
The target element.

Return Value

A value indicating whether the navigable view discovery is enabled in the target element.
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

RegionManager Class
RegionManager Members

Send Feedback