McWindowsDockWindow Method (McWindow, Rectangle)
|
|
Dock window to the main application form.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Sub DockWindow (
window As McWindow,
Optional bounds As Rectangle = Nothing
)
Parameters
- window
- Type: MediaCy.IQL.ApplicationMcWindow
Window to dock. - bounds (Optional)
- Type: System.DrawingRectangle
Bounds of the window in main form coordinates.
Remarks
See Also