PreviewWindowSetVB6 Method (MPreviewClass)
channel ID. Reserved for future use. Use empty string (that is "") instead of this parameter.
handle of the window
PreviewWindowSet method for VB6
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. Reserved for future use. Use empty string (that is "") instead of this parameter.
_hWndParent
handle of the window
Example

See Also

Reference

MPreviewClass Class
MPreviewClass Members