C# Class VideoPhoneDemo.frmPopOut

Inheritance: System.Windows.Forms.Form
Mostra file Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Public Properties

Property Type Description
_icc iConfClient.NET.iConfClientDotNet
_mainform frmMain
pnlViewer System.Windows.Forms.Panel

Public Methods

Method Description
frmPopOut ( frmMain mainform, iConfClient icc ) : System.Windows.Forms

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

frmPopOut_FormClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

frmPopOut() public method

public frmPopOut ( frmMain mainform, iConfClient icc ) : System.Windows.Forms
mainform frmMain
icc iConfClient
return System.Windows.Forms

Property Details

_icc public_oe property

public iConfClient.NET.iConfClientDotNet _icc
return iConfClient.NET.iConfClientDotNet

_mainform public_oe property

public frmMain,VideoPhoneDemo _mainform
return frmMain

pnlViewer public_oe property

public System.Windows.Forms.Panel pnlViewer
return System.Windows.Forms.Panel