C# Class CodeTV.Controls.TrackBarTimeLine

Inheritance: TrackBarEx
Show file Open project: dgis/CodeTV

Public Methods

Method Description
SetValue ( int newValue ) : void
TrackBarTimeLine ( ) : System

Protected Methods

Method Description
OnValueChanged ( EventArgs e ) : void

Method Details

OnValueChanged() protected method

protected OnValueChanged ( EventArgs e ) : void
e System.EventArgs
return void

SetValue() public method

public SetValue ( int newValue ) : void
newValue int
return void

TrackBarTimeLine() public method

public TrackBarTimeLine ( ) : System
return System