Represents a custom window configuration
object used to create custom windows integrated within the hosting
environment.
AllowMultiple |
A flag to control to control the number of instances of the same window. |
AssemblyPath |
A path to the assembly that contains a user control. |
Caption |
The window title. |
DockStyle |
Window docking style. |
Height |
The initial window height. |
UserControlFullName |
The full type name of the user control. |
Width |
The initial window width. |
X |
The window's initial X position. |
Y |
The window's initial Y position. |