다음을 통해 공유


ScrollEventType 열거형

Scroll 이벤트를 발생시키는 데 사용하는 동작의 종류를 지정합니다.

네임스페이스: System.Windows.Forms
어셈블리: System.Windows.Forms(system.windows.forms.dll)

구문

‘선언
<ComVisibleAttribute(True)> _
Public Enumeration ScrollEventType
‘사용 방법
Dim instance As ScrollEventType
[ComVisibleAttribute(true)] 
public enum ScrollEventType
[ComVisibleAttribute(true)] 
public enum class ScrollEventType
/** @attribute ComVisibleAttribute(true) */ 
public enum ScrollEventType
ComVisibleAttribute(true) 
public enum ScrollEventType

멤버

  멤버 이름 설명
EndScroll 스크롤 상자가 이동을 중지했습니다. 
First 스크롤 상자를 Minimum 위치로 이동했습니다. 
LargeDecrement 스크롤 상자를 멀리 이동했습니다. 스크롤 막대를 클릭하여 스크롤 상자 왼쪽(가로) 또는 위쪽(세로)으로 이동하거나 Paget Up 키를 눌렀습니다. 
LargeIncrement 스크롤 상자를 멀리 이동했습니다. 스크롤 막대를 클릭하여 스크롤 상자 오른쪽(가로) 또는 아래쪽(세로)으로 이동하거나 Page Up 키를 눌렀습니다. 
Last 스크롤 상자를 Maximum 위치로 이동했습니다. 
SmallDecrement 스크롤 상자를 조금 이동했습니다. 왼쪽(가로) 또는 위쪽(세로) 스크롤 화살표를 클릭했거나 위쪽 화살표 키를 눌렀습니다. 
SmallIncrement 스크롤 상자를 조금 이동했습니다. 오른쪽(가로) 또는 아래쪽(세로) 스크롤 화살표를 클릭했거나 아래쪽 화살표 키를 눌렀습니다. 
ThumbPosition 스크롤 상자를 이동했습니다. 
ThumbTrack 현재 스크롤 상자를 이동하는 중입니다. 

설명

이 열거형은 ScrollEventArgs.Type에서 사용합니다.

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

참고 항목

참조

System.Windows.Forms 네임스페이스
ScrollEventArgs 클래스
ScrollBar.Scroll 이벤트
ScrollEventArgs.Type 속성