IHostManagementViewsCreateWindowView Method

Gets a window view in the main window.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
IWindowView CreateWindowView(
	string title,
	ImageSource image = null,
	ViewType viewType = ViewType.None,
	ViewStyle viewStyle = ViewStyle.None,
	string viewKey = null,
	bool isActive = true
)

Parameters

title  String
View title.
image  ImageSource  (Optional)
Representative image of the window.
viewType  ViewType  (Optional)
View type.
viewStyle  ViewStyle  (Optional)
View style.
viewKey  String  (Optional)
View key.
isActive  Boolean  (Optional)
Indicates whether the window is active at startup.

Return Value

IWindowView
IWindowView with the interface to create a window view.

See Also