C# Class VideoPhoneDemo.frmPopOut

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Méthodes publiques

Свойство Type Description
_icc iConfClient.NET.iConfClientDotNet
_mainform frmMain
pnlViewer System.Windows.Forms.Panel

Méthodes publiques

Méthode Description
frmPopOut ( frmMain mainform, iConfClient icc ) : System.Windows.Forms

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

frmPopOut() public méthode

public frmPopOut ( frmMain mainform, iConfClient icc ) : System.Windows.Forms
mainform frmMain
icc iConfClient
Résultat System.Windows.Forms

Property Details

_icc public_oe property

public iConfClient.NET.iConfClientDotNet _icc
Résultat iConfClient.NET.iConfClientDotNet

_mainform public_oe property

public frmMain,VideoPhoneDemo _mainform
Résultat frmMain

pnlViewer public_oe property

public System.Windows.Forms.Panel pnlViewer
Résultat System.Windows.Forms.Panel