IHostManagementViewsActivateWindowView Method

Activates a window view based on the window identifier.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
bool ActivateWindowView(
	string id
)

Parameters

id  String
Unique window identifier.

Return Value

Boolean
if it can be activated; otherwise,

See Also