WebBrowser.ScrollBarsEnabled 속성

정의

컨트롤에 스크롤 막대가 표시되는 WebBrowser 지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool ScrollBarsEnabled { bool get(); void set(bool value); };
public bool ScrollBarsEnabled { get; set; }
member this.ScrollBarsEnabled : bool with get, set
Public Property ScrollBarsEnabled As Boolean

속성 값

true컨트롤에 스크롤 막대가 표시되면 이고, 그렇지 않으면 . false 기본값은 true입니다.

설명

이 속성의 값이면 페이지 콘텐츠가 true브라우저 창보다 큰 경우에만 스크롤 막대가 표시됩니다.

적용 대상