共用方式為


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

屬性值

Boolean

如果 MenuStrip 會在其容器中的兩端之間自動縮放則為 true,否則為 false。 預設為 true

適用於