MenuStrip.Stretch Proprietà

Definizione

Ottiene o imposta un valore che indica se MenuStrip occupa completamente il relativo 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à

Boolean

true se MenuStrip occupa completamente il relativo contenitore; in caso contrario, false. Il valore predefinito è true.

Si applica a