[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides a view of Tracks consisting of individual Events given by a start and end time.

Namespace: KvTv.DirectShow.Windows.Forms
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
<DefaultEventAttribute("SelectedEventChanged")> _
Public Class GuideControl _
	Inherits UserControl
C#
[DefaultEventAttribute("SelectedEventChanged")]
public class GuideControl : UserControl
Visual C++
[DefaultEventAttribute(L"SelectedEventChanged")]
public ref class GuideControl : public UserControl

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.UserControl
              KvTv.DirectShow.Windows.Forms.GuideControl