|
IMVSeekingSlider
The IMVSeekingSlider Interface from the MV Seeking Slider
Control contains methods to help setup the control.
Methods:
| Enabled
|
Enable the control. |
| HWND
|
Control window handle. |
| Init
|
Initialise
the seeking slider.
|
Typelib: MV SeekingSlider
Property IMVSeekingSlider::Enabled
Declaration: Property Get/Put Enabled As Boolean
Enable the control.
Prototype:
HRESULT put_Enabled(BOOL);
HRESULT get_Enabled(BOOL*);
Property IMVSeekingSlider::HWND
Declaration: Property Get HWND As Long
Control window handle.
Prototype:
HRESULT put_HWND(LONG);
HRESULT get_HWND(LONG*);
Method
IMVSeekingSlider::Init
Declaration: Sub
Init(Control As Unknown)
Initialise the
seeking slider. .
Parameter:
Prototype:
HRESULT Init(IUnknow* Control);
|