ScrollableControl.HorizontalScroll 속성
정의
가로 스크롤 막대와 연결된 특성을 가져옵니다.Gets the characteristics associated with the horizontal scroll bar.
public:
property System::Windows::Forms::HScrollProperties ^ HorizontalScroll { System::Windows::Forms::HScrollProperties ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.HScrollProperties HorizontalScroll { get; }
member this.HorizontalScroll : System.Windows.Forms.HScrollProperties
Public ReadOnly Property HorizontalScroll As HScrollProperties
속성 값
가로 스크롤 막대에 대한 정보가 들어 있는 HScrollProperties입니다.A HScrollProperties that contains information about the horizontal scroll bar.
- 특성
설명
HScrollProperties 스크롤 막대 및 해당 작업에 대 한 정보를 포함 하는 클래스, 사용 및 표시 되는지, 스크롤 페이지 크기, 방향, 같은 위치를 표시 및 등입니다.The HScrollProperties class contains information about the scroll bar and its operation, such as whether it is enabled and visible, the scroll page size, orientation, display position, and so on.