TMyTrackBar Class Reference
Extended trackbar with OnMouseUp event.  
More...
#include <MyTrackBar.h>
List of all members.
 | 
 Public Attributes | 
| 
__property  | OnMouseUp | 
|   | Additional published event function. 
  | 
Detailed Description
Extended trackbar with OnMouseUp event. 
- Note:
 - Usage: Put "normal" TTrackbar on form, ((TMyTrackBar*)TrackBar1)->OnMouseUp = TrackBarMouseUp; void __fastcall TForm1::TrackBarMouseUp(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y) 
 
The documentation for this class was generated from the following file: