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

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