MenuStrip.Stretch Property

Definition

Gets or sets a value indicating whether the MenuStrip stretches from end to end in its container.

public bool Stretch { get; set; }

Property Value

true if the MenuStrip stretches from end to end in its container; otherwise, false. The default is true.

Applies to