ButtonChrome.RenderDefaulted プロパティ

定義

Button の外観をフォーム上にある既定のボタンの外観にするかどうかを示す値を取得または設定します。

public:
 property bool RenderDefaulted { bool get(); void set(bool value); };
public bool RenderDefaulted { get; set; }
member this.RenderDefaulted : bool with get, set
Public Property RenderDefaulted As Boolean

プロパティ値

Button の外観を既定のボタンの外観にする場合は true。それ以外の場合は false

注釈

通常、既定のボタンには、外側の境界線またはその他のビジュアル インジケーターが暗くなり、Enter キーが押された場合にクリックされるボタンがユーザーに表示されます。

依存プロパティ情報

識別子フィールド RenderDefaultedProperty
に設定されたメタデータ プロパティ true AffectsRender (ただし、このプロパティはすべてのテーマで設定されていない場合があります)

適用対象