Gets the C1PreviewToolsIntegrator used by the current preview pane. Provides access to controls associated with the current preview pane, such as C1PreviewThumbnailView and C1PreviewOutlineView. This value is null if IntegrateExternalTools is false.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public C1PreviewToolsIntegrator ToolsIntegrator { get; }
Visual Basic
Public ReadOnly Property ToolsIntegrator As C1PreviewToolsIntegrator
	Get

See Also