Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
DynamicOnly Property
NamespacesGenesyslab.Desktop.Infrastructure.ViewManagerViewActivatorDynamicOnly
Gets or sets a value indicating whether the view must be automatically created.
Declaration Syntax
C#Visual BasicVisual C++
public bool DynamicOnly { get; set; }
Public Property DynamicOnly As Boolean
public:
property bool DynamicOnly {
	bool get ();
	void set (bool value);
}
Value
true if the view is created by invoking the method InstantiateDynamicViewInRegion(Object, String, String, String); otherwise, false.

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