PreviewWindowSetVB6 Method (MFPreviewClass)
channel ID. By default use empty string
handle of a control where preview will be displayed
Sets a parent element for a preview. This method is for VB6 only. For other languages please use PreviewWindowSet method.
Syntax
Public Overridable Sub PreviewWindowSetVB6( _
   ByVal _bsChannelID As String, _
   ByVal _hWndParent As Integer _
) 
public virtual void PreviewWindowSetVB6( 
   string _bsChannelID,
   int _hWndParent
)
public procedure PreviewWindowSetVB6( 
    _bsChannelID: String;
    _hWndParent: Integer
); virtual; 
public: virtual void PreviewWindowSetVB6( 
   BSTR* _bsChannelID,
   int _hWndParent
) 

Parameters

_bsChannelID
channel ID. By default use empty string
_hWndParent
handle of a control where preview will be displayed
See Also

Reference

MFPreviewClass Class
MFPreviewClass Members