Gets or sets a window that will act as side-by-side pane.
Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property AuxiliaryWindow As Form |
| C# |
|---|
public Form AuxiliaryWindow { get; set; } |
| C++ |
|---|
public: Form^ AuxiliaryWindow { Form^ get (); void set (Form^ value); } |