C# Class CodeTV.Controls.TrackBarEx

Inheritance: System.Windows.Forms.TrackBar
Afficher le fichier Open project: dgis/CodeTV

Protected Properties

Свойство Type Description
dragging bool

Méthodes publiques

Méthode Description
TrackBarEx ( ) : System

Méthodes protégées

Méthode Description
GetChannelRect ( ) : Rectangle
GetThumbRect ( ) : Rectangle
InitializeComponent ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
PostMessageToParent ( uint nSBCode ) : void
SetKnob ( Point point ) : void
WndProc ( System &m ) : void

Private Methods

Méthode Description
PostMessage ( IntPtr hWnd, int msg, int wParam, int lParam ) : IntPtr
SendMessage ( IntPtr hWnd, int msg, int wParam, int lParam ) : IntPtr

Method Details

GetChannelRect() protected méthode

protected GetChannelRect ( ) : Rectangle
Résultat System.Drawing.Rectangle

GetThumbRect() protected méthode

protected GetThumbRect ( ) : Rectangle
Résultat System.Drawing.Rectangle

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

PostMessageToParent() protected méthode

protected PostMessageToParent ( uint nSBCode ) : void
nSBCode uint
Résultat void

SetKnob() protected méthode

protected SetKnob ( Point point ) : void
point Point
Résultat void

TrackBarEx() public méthode

public TrackBarEx ( ) : System
Résultat System

WndProc() protected méthode

protected WndProc ( System &m ) : void
m System
Résultat void

Property Details

dragging protected_oe property

protected bool dragging
Résultat bool