IHostManagementViewsCreateWindowView Method
Gets a window view in the main window.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
IWindowView CreateWindowView(
string title,
ImageSource image = null,
ViewType viewType = ViewType.None,
ViewStyle viewStyle = ViewStyle.None,
string viewKey = null,
bool isActive = true
)
Function CreateWindowView (
title As String,
Optional image As ImageSource = Nothing,
Optional viewType As ViewType = ViewType.None,
Optional viewStyle As ViewStyle = ViewStyle.None,
Optional viewKey As String = Nothing,
Optional isActive As Boolean = true
) As IWindowView
- 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.
IWindowViewIWindowView with the interface to create a window view.