Gets or sets a value indicating whether the current preview pane should integrate and handle external tools such as toolbars and navigation panels. When true, the ToolsIntegrator can be used to access the tools associated with the current preview pane.

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

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute(false)]
[BrowsableAttribute(false)]
public bool IntegrateExternalTools { get; set; }
Visual Basic
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<DefaultValueAttribute(False)> _
<BrowsableAttribute(False)> _
Public Property IntegrateExternalTools As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also