Interface IMvcView
Provides base functionality for WPF MVC Pattern
Inherited Members
Namespace: Onbox.Mvc.Abstractions.V8
Assembly: Onbox.Mvc.Abstractions.dll
Syntax
public interface IMvcView : IMvcComponent
Methods
| Improve this Doc View SourceSetOwner(Object)
Set another window as the Owner of this Window
Declaration
void SetOwner(object owner)
Parameters
Type | Name | Description |
---|---|---|
System.Object | owner | The parent Window |
SetTitle(String)
Sets the Title of this Window
Declaration
void SetTitle(string title)
Parameters
Type | Name | Description |
---|---|---|
System.String | title |