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:

Generated on Wed May 15 22:42:22 2013 for miniscope v3 by  doxygen 1.5.9
Tomasz Ostrowski