MenuStrip.Stretch プロパティ

定義

MenuStripがコンテナー内でエンドツーエンドで拡張されるかどうかを示す値を取得または設定します。

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

プロパティ値

true MenuStripがコンテナー内でエンドツーエンドで拡張される場合は a0/>。それ以外の場合はfalse。 既定値は true です。

適用対象