|
IMVZoomConfig
IMVZoomConfig Interface.
The IMVZoomConfig interface contains methods and properties to
configure the ....
Methods:
Header file: IMVZoomConfig.h
Interface definition language file: IMVZoomConfig.idl
Typelib: MVZoomConfig
Interface ID: IID_IMVZoomConfig
Property IMVZoomConfig::Link
Declaration:
Property Get/Put Link As Boolean
Link zoom sliders.
Parameter:
C Prototype:
HRESULT put_Link(VARIANT_BOOL
newVal);
HRESULT get_Link(VARIANT_BOOL *pVal);
|