OverlappedPresenter.CreateForToolWindow 方法

定义

创建使用 OverlappedPresenter 工具窗口的值预先填充的对象。

public:
 static OverlappedPresenter ^ CreateForToolWindow();
 static OverlappedPresenter CreateForToolWindow();
public static OverlappedPresenter CreateForToolWindow();
function createForToolWindow()
Public Shared Function CreateForToolWindow () As OverlappedPresenter

返回

使用 OverlappedPresenter 工具窗口的值预先填充的对象。

注解

工具窗口旨在用作浮动工具栏。 它不会显示在任务栏或用户按 Alt+TAB 时显示的对话框中。

下表显示从 CreateForToolWindow 方法创建 OverlappedPresenter 对象时如何设置配置属性。

Configuration 属性
HasBorder true
HasTitleBar true
IsAlwaysOnTop false
IsMaximizable true
IsMinimizable true
IsModal false
IsResizable true

所有权

如果要设置对话框的所有者,必须在创建 AppWindow 时执行此操作。

适用于