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입니다.

적용 대상