Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
CreateNewRegionManager Property
NamespacesGenesyslab.Desktop.Infrastructure.ViewManagerViewActivatorCreateNewRegionManager
Gets or sets a value indicating whether a new RegionManager must be created (In the CAL world, this matches the scoped region).
Declaration Syntax
C#Visual BasicVisual C++
public bool CreateNewRegionManager { get; set; }
Public Property CreateNewRegionManager As Boolean
public:
property bool CreateNewRegionManager {
	bool get ();
	void set (bool value);
}
Value
true if a new RegionManager must be created; otherwise, false.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)