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

Gets the GuideControl the track belongs to.

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

Syntax

Visual Basic (Declaration)
Public Property GuideControl As GuideControl
C#
public GuideControl GuideControl { get; internal set; }
Visual C++
public:
property GuideControl^ GuideControl {
	GuideControl^ get ();
	void set (GuideControl^ value);
}