C# 클래스 Win32.SCROLLBARINFO

파일 보기 프로젝트 열기: ufasoft/coin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cbSize int
dxyLineButton int
rcScrollBar RECT
reserved int
xyThumbBottom int
xyThumbTop int

공개 메소드들

메소드 설명
Init ( ) : SCROLLBARINFO

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : SCROLLBARINFO
리턴 SCROLLBARINFO

프로퍼티 상세

cbSize 공개적으로 프로퍼티

public int cbSize
리턴 int

dxyLineButton 공개적으로 프로퍼티

public int dxyLineButton
리턴 int

rcScrollBar 공개적으로 프로퍼티

public RECT,Win32 rcScrollBar
리턴 RECT

reserved 공개적으로 프로퍼티

public int reserved
리턴 int

xyThumbBottom 공개적으로 프로퍼티

public int xyThumbBottom
리턴 int

xyThumbTop 공개적으로 프로퍼티

public int xyThumbTop
리턴 int