PreviewSetCursor Method (IMPreview)
channel ID. Reserved for future use. Use empty string (that is "") instead of this parameter.
type of the mouse pointer
Sets type of pointer in video preview window.
Syntax
Sub PreviewSetCursor( _
   ByVal _bsChannelID As String, _
   ByVal _eCursor As eMCursorType _
) 
void PreviewSetCursor( 
   string _bsChannelID,
   eMCursorType _eCursor
)
procedure PreviewSetCursor( 
    _bsChannelID: String;
    _eCursor: eMCursorType
); 
void PreviewSetCursor( 
   BSTR* _bsChannelID,
   eMCursorType _eCursor
) 

Parameters

_bsChannelID
channel ID. Reserved for future use. Use empty string (that is "") instead of this parameter.
_eCursor
type of the mouse pointer
Example
mPlaylist.PreviewSetCursor("", eMCursorType.eMCT_ARROW)
mPlaylist.PreviewSetCursor("", eMCursorType.eMCT_ARROW);
mPreview.PreviewSetCursor('', eMCT_ARROW);
See Also

Reference

IMPreview Interface
IMPreview Members