AppWindowTitleBar 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱 창의 제목 표시줄을 나타냅니다.
public ref class AppWindowTitleBar sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppWindowTitleBar final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppWindowTitleBar
Public NotInheritable Class AppWindowTitleBar
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v8.0에서 도입되었습니다.)
|
속성
BackgroundColor |
제목 표시줄 배경의 색을 가져오거나 설정합니다. |
ButtonBackgroundColor |
제목 표시줄 단추의 배경색을 가져오거나 설정합니다. |
ButtonForegroundColor |
제목 표시줄 단추의 전경색을 가져오거나 설정합니다. |
ButtonHoverBackgroundColor |
포인터가 위에 있을 때 제목 표시줄 단추의 배경색을 가져오거나 설정합니다. |
ButtonHoverForegroundColor |
포인터가 위에 있을 때 제목 표시줄 단추의 전경색을 가져오거나 설정합니다. |
ButtonInactiveBackgroundColor |
제목 표시줄 단추가 비활성 상태일 때의 배경색을 가져오거나 설정합니다. |
ButtonInactiveForegroundColor |
비활성 상태일 때 제목 표시줄 단추의 전경색을 가져오거나 설정합니다. |
ButtonPressedBackgroundColor |
제목 표시줄 단추를 누를 때의 배경색을 가져오거나 설정합니다. |
ButtonPressedForegroundColor |
제목 표시줄 단추가 누를 때 전경색을 가져오거나 설정합니다. |
ExtendsContentIntoTitleBar |
이 제목 표시줄이 기본 창 제목 표시줄을 바꿀지 여부를 지정하는 값을 가져오거나 설정합니다. |
ForegroundColor |
제목 표시줄 전경의 색을 가져오거나 설정합니다. |
InactiveBackgroundColor |
제목 표시줄 배경이 비활성 상태일 때의 색을 가져오거나 설정합니다. |
InactiveForegroundColor |
제목 표시줄이 비활성 상태일 때 제목 표시줄 전경의 색을 가져오거나 설정합니다. |
IsVisible |
이 제목 표시줄이 표시되는지 여부를 지정하는 값을 가져옵니다. |
메서드
GetPreferredVisibility() |
제목 표시줄의 기본 표시 유형 모드를 반환합니다. |
GetTitleBarOcclusions() |
제목 표시줄 폐색 목록을 가져옵니다. |
SetPreferredVisibility(AppWindowTitleBarVisibility) |
제목 표시줄에 대한 기본 표시 모드를 설정합니다. 중요 AppWindowTitleBar.SetPreferredVisibility API는 제한된 액세스 기능의 일부입니다(LimitedAccessFeatures 클래스 참조). 자세한 내용을 보거나 잠금 해제 토큰을 요청하려면 LAF 액세스 토큰 요청 양식을 사용하세요. |