WindowChrome.UseAeroCaptionButtons プロパティ
定義
Windows Aero のキャプション ボタンでヒット テストが有効になっているかどうかを示す値を取得または設定します。Gets or sets a value that indicates whether hit-testing is enabled on the Windows Aero caption buttons.
public:
property bool UseAeroCaptionButtons { bool get(); void set(bool value); };
public bool UseAeroCaptionButtons { get; set; }
member this.UseAeroCaptionButtons : bool with get, set
Public Property UseAeroCaptionButtons As Boolean
プロパティ値
ヒット テストがキャプション ボタンで有効な場合は true
。それ以外の場合は false
。true
if hit-testing is enabled on the caption buttons; otherwise, false
. 登録済みの既定値は true
です。The registered default is true
. この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。For more information about what can influence the value, see Dependency Property Value Precedence.
注釈
既定の Windows Aero キャプションボタンは、Close、最大化/復元、および最小化です。The default Windows Aero caption buttons are Close, Maximize/Restore, and Minimize. Windows Aero の [キャプション] ボタンを使用しない場合は、ユーザーがこれらのタスクを実行するための別の方法を提供する必要があります。If you do not use the Windows Aero captions buttons, you should provide an alternative method for a user to accomplish these tasks.
依存プロパティ情報Dependency Property Information
識別子フィールドIdentifier field | UseAeroCaptionButtonsProperty |
メタデータプロパティがに設定される true Metadata properties set to true |
なしNone |