←Select platform

ControlHost Constructor(string,string)

Summary

Internal object constructor for the underlying control object for user control base classes of PlayCtrl, CaptureCtrl and ConvertCtrl classes.

Syntax

C#
VB
C++
public ControlHost( 
   string clsid, 
   string intid 
) 
Public Function New( _ 
   ByVal clsid As String, _ 
   ByVal intid As String _ 
) 
public: 
ControlHost(  
   String^ clsid, 
   String^ intid 
) 

Parameters

clsid
The string class id of the internal object class type.

intid
The string interface id of the internal interface type.

Remarks

Internal object constructor for the underlying control object for user control base classes of PlayCtrl, CaptureCtrl and ConvertCtrl classes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly