LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
PlayCtrl Class
See Also  Members  
Leadtools.Multimedia Namespace : PlayCtrl Class



The PlayCtrl object allows audio and video playback to be integrated into applications.

Object Model

PlayCtrl ClassAudioProcessors ClassProcessor ClassAudioRenderers ClassRenderer ClassDVDControl ClassMidiRenderers ClassRenderer ClassAudioProcessors ClassProcessor ClassVideoProcessors ClassProcessor ClassVideoProcessors ClassProcessor Class

Syntax

Visual Basic (Declaration) 
<DesignTimeVisibleAttribute()>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="")>
Public Class PlayCtrl 
   Inherits ControlHost
   Implements IComponentISupportInitializeISynchronizeInvokeIDisposableIBindableComponentIDropTargetIWin32Window 
Visual Basic (Usage)Copy Code
Dim instance As PlayCtrl
C# 
[DesignTimeVisibleAttribute()]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="")]
public class PlayCtrl : ControlHost, IComponentISupportInitializeISynchronizeInvokeIDisposableIBindableComponentIDropTargetIWin32Window  
C++/CLI 
[DesignTimeVisibleAttribute()]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="")]
public ref class PlayCtrl : public ControlHost, IComponentISupportInitializeISynchronizeInvokeIDisposableIBindableComponentIDropTargetIWin32Window  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            Leadtools.Multimedia.ControlHost
               Leadtools.Multimedia.PlayCtrl

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also