C# Class 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.
Inheritance: System.Windows.Forms.NativeWindow
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
NativeUpDown ( VSTabControl ctrl ) : System

Protected Methods

Method Description
WndProc ( Message &m ) : void

Method Details

NativeUpDown() public method

public NativeUpDown ( VSTabControl ctrl ) : System
ctrl VSTabControl
return System

WndProc() protected method

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