IntegrateExternalTools Property (C1PreviewPane)
In This Topic
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
C1PreviewPane.ToolsIntegrator can be used to access the tools associated with the current preview pane.
Syntax
'Declaration
Public Property IntegrateExternalTools As Boolean
public bool IntegrateExternalTools {get; set;}
See Also