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

适用于