PreviewWindowSetVB6 Method (IMPreview)
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
Sub PreviewWindowSetVB6( _
   ByVal _bsChannelID As String, _
   ByVal _hWndParent As Integer _
) 
void PreviewWindowSetVB6( 
   string _bsChannelID,
   int _hWndParent
)
procedure PreviewWindowSetVB6( 
    _bsChannelID: String;
    _hWndParent: Integer
); 
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

IMPreview Interface
IMPreview Members