다음을 통해 공유


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 설정되는 방법을 보여줍니다.

구성 속성
HasBorder true
HasTitleBar true
IsAlwaysOnTop false
IsMaximizable true
IsMinimizable true
IsModal false
IsResizable true

소유권

대화 상자의 소유자를 설정하려면 AppWindow를 만들 때 소유자를 설정해야 합니다.

적용 대상