BaseView.AddFloatingDocumentsHost Method
Name | Parameters | Description |
---|---|---|
AddFloatingDocumentsHost(BaseDocument) | document | Creates a documents host window that contains the specified document. This method is in effect in the DocumentsHost mode. |
AddFloatingDocumentsHost(BaseDocument[]) | documents | Creates a floating documents host (container) that will contain the specific BaseDocument objects collection. |
AddFloatingDocumentsHost(Control) | control | Creates a documents host window that contains a newly created document wrapping the specified control. This method is in effect in the DocumentsHost mode. |