PreviewFullScreen Method (MItemClass)
channel ID. Reserved for future use. Use empty string (that is "") instead of this parameter.
"0" is to disable full screen mode and "1" is to enable it
number of monitor
Enables the full screen mode.
Syntax
Public Overridable Sub PreviewFullScreen( _
   ByVal _bsChannelID As String, _
   ByVal _bFullScreen As Integer, _
   ByVal _nDisplay As Integer _
) 
public virtual void PreviewFullScreen( 
   string _bsChannelID,
   int _bFullScreen,
   int _nDisplay
)
public procedure PreviewFullScreen( 
    _bsChannelID: String;
    _bFullScreen: Integer;
    _nDisplay: Integer
); virtual; 
public: virtual void PreviewFullScreen( 
   BSTR* _bsChannelID,
   int _bFullScreen,
   int _nDisplay
) 

Parameters

_bsChannelID
channel ID. Reserved for future use. Use empty string (that is "") instead of this parameter.
_bFullScreen
"0" is to disable full screen mode and "1" is to enable it
_nDisplay
number of monitor
Example
m_objPlaylist.PreviewFullScreen("", 1, 0);
m_objPlaylist.PreviewFullScreen("", 1, 0);
m_objPreview.PreviewFullScreen('', 1, 0);
See Also

Reference

MItemClass Class
MItemClass Members