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.
シンタックス
'宣言
Public Property IntegrateExternalTools As System.Boolean
'使用法
Dim instance As C1PreviewPane
Dim value As System.Boolean
instance.IntegrateExternalTools = value
value = instance.IntegrateExternalTools
public System.bool IntegrateExternalTools {get; set;}
参照