OverlappedPresenter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
겹치는 구성을 사용하여 앱 창을 표시합니다.
public ref class OverlappedPresenter sealed : AppWindowPresenter
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class OverlappedPresenter final : AppWindowPresenter
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class OverlappedPresenter : AppWindowPresenter
Public NotInheritable Class OverlappedPresenter
Inherits AppWindowPresenter
- 상속
- 특성
설명
OverlappedPresenter는 다른 창과 겹치고 겹칠 수 있는 창을 구성합니다. 크기 조정, 위치 변경, 최대화, 최소화 및 복원할 수 있습니다. 제목 표시줄, 상태 막대 또는 작업 표시줄과 같은 시스템 요소는 기본적으로 표시됩니다.
기본 창은 복원됨 상태에서 OverlappedPresenter를 사용합니다.
속성
HasBorder |
이 창에 테두리가 있는지 여부를 나타내는 값을 가져옵니다. |
HasTitleBar |
이 창에 제목 표시줄이 있는지 여부를 나타내는 값을 가져옵니다. |
IsAlwaysOnTop |
이 창을 다른 창 위에 유지할지 여부를 나타내는 값을 가져오거나 설정합니다. |
IsMaximizable |
이 창을 최대화할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. |
IsMinimizable |
이 창을 최소화할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. |
IsModal |
이 창이 모달인지 여부를 나타내는 값을 가져오거나 설정합니다. |
IsResizable |
이 창의 크기를 조정할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Kind |
앱 창에서 사용하는 발표자의 종류를 나타내는 값을 가져옵니다. (다음에서 상속됨 AppWindowPresenter) |
RequestedStartupState |
AppWindow.ShowOnceWithRequestedStartupState가 호출될 때 창에서 가정할 OverlappedPresenterState를 지정하는 값을 가져옵니다. |
State |
발표자의 상태를 가져옵니다. |
메서드
Create() |
|
CreateForContextMenu() |
|
CreateForDialog() |
대화 상자의 |
CreateForToolWindow() |
도구 창의 |
Maximize() |
발표자가 적용되는 창을 최대화합니다. |
Minimize() |
발표자가 적용되는 창을 최소화합니다. |
Minimize(Boolean) |
발표자가 적용되는 창을 최소화하고 필요에 따라 활성화합니다. |
Restore() |
창을 최소화하거나 최대화하기 전의 크기와 위치로 복원합니다. |
Restore(Boolean) |
발표자가 적용되는 창을 복원하고 필요에 따라 활성화합니다. |
SetBorderAndTitleBar(Boolean, Boolean) |
창의 테두리 및 제목 표시줄 속성을 설정합니다. |