IntegrateExternalTools Property
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
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