IMVSmartControl
The IMVSmartControl Interface from the MV Smart Control contains methods to help setup the control.
Methods:
| AboutBox | Open AboutBox dialog |
| BackColor | Background colour. |
| Enabled | Enable the control. |
| HWND | Window handle from the control. |
Typelib: MV Smart Control
Method IMVSmartControl::AboutBox
Declaration: Sub AboutBoxOpen AboutBox dialog
Prototype:HRESULT AboutBox();
Property IMVSmartControl::BackColor
Declaration: Property Get/Put BackColor As Long
Contains the background colour.
Prototype:HRESULT put_BackColor(LONG);
HRESULT get_BackColor(LONG*);
Property IMVSmartControl::Enabled
Declaration: Property Get/Put Enabled As Boolean
Enable the control.
Prototype:HRESULT put_Enabled(BOOL);
HRESULT get_Enabled(BOOL*);
Property IMVSmartControl::HWND
Declaration: Property Get HWND As Long
Window handle from the control.
Prototype:HRESULT put_HWND(LONG);
HRESULT get_HWND(LONG*);