C# Class CodeTV.Controls.TrackBarEx

Inheritance: System.Windows.Forms.TrackBar
Show file Open project: dgis/CodeTV

Protected Properties

Property Type Description
dragging bool

Public Methods

Method Description
TrackBarEx ( ) : System

Protected Methods

Method 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

Method 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 method

protected GetChannelRect ( ) : Rectangle
return System.Drawing.Rectangle

GetThumbRect() protected method

protected GetThumbRect ( ) : Rectangle
return System.Drawing.Rectangle

InitializeComponent() protected method

protected InitializeComponent ( ) : void
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

PostMessageToParent() protected method

protected PostMessageToParent ( uint nSBCode ) : void
nSBCode uint
return void

SetKnob() protected method

protected SetKnob ( Point point ) : void
point Point
return void

TrackBarEx() public method

public TrackBarEx ( ) : System
return System

WndProc() protected method

protected WndProc ( System &m ) : void
m System
return void

Property Details

dragging protected property

protected bool dragging
return bool