PrintDocument for WinForms
IntegrateExternalTools プロパティ (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : IntegrateExternalTools プロパティ
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;}
参照

C1PreviewPane クラス
C1PreviewPane メンバ
ToolsIntegrator プロパティ