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
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
NativeUpDown ( VSTabControl ctrl ) : System

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

Method Details

NativeUpDown() public méthode

public NativeUpDown ( VSTabControl ctrl ) : System
ctrl VSTabControl
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void