MenuStrip.Stretch Proprietà

Definizione

Ottiene o imposta un valore che indica se l'oggetto MenuStrip si estende dalla fine alla fine del contenitore.

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

Valore della proprietà

true se l'oggetto MenuStrip si estende dalla fine alla fine del contenitore; in caso contrario, false. Il valore predefinito è true.

Si applica a