C# 클래스 SIL.FieldWorks.Common.Widgets.VSTabControl.NativeUpDown

This class represents low level hook to updown control used to scroll tabs. We need it to know the position of scroller and to draw hot tab as normal when the mouse moves from that tab to scroller.
상속: System.Windows.Forms.NativeWindow
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
NativeUpDown ( VSTabControl ctrl ) : System

보호된 메소드들

메소드 설명
WndProc ( Message &m ) : void

메소드 상세

NativeUpDown() 공개 메소드

public NativeUpDown ( VSTabControl ctrl ) : System
ctrl VSTabControl
리턴 System

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void