 | WindowManagerWindowParentWindow Property |
[Missing <summary> documentation for "P:Slash.Unity.Common.Scenes.WindowManager.Window.ParentWindow"]
Namespace: Slash.Unity.Common.ScenesAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic WindowManagerWindow ParentWindow { get; set; }
Public Property ParentWindow As WindowManagerWindow
Get
Set
public:
property WindowManagerWindow^ ParentWindow {
WindowManagerWindow^ get ();
void set (WindowManagerWindow^ value);
}
member ParentWindow : WindowManagerWindow with get, set
Property Value
Type:
WindowManagerWindow
See Also