PrintDocument for WinForms
ClipboardHtmlSupport プロパティ (CompatibilityOptions)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > CompatibilityOptions クラス : ClipboardHtmlSupport プロパティ
Gets or sets a value indicating whether CF_HTML clipboard format is provided when copying selection to clipboard (along with plain text which is provided regardless).

This option is true by default, which allows to preserve some formatting in the pasted text to applications that recognize the CF_HTML format. (How much of the original formatting is preserved depends on the application.)

Turn this option off to only copy plain text to clipboard (as in versions prior to 2013v1).

シンタックス
'宣言
 
Public Property ClipboardHtmlSupport As System.Boolean
'使用法
 
Dim instance As CompatibilityOptions
Dim value As System.Boolean
 
instance.ClipboardHtmlSupport = value
 
value = instance.ClipboardHtmlSupport
public System.bool ClipboardHtmlSupport {get; set;}
参照

CompatibilityOptions クラス
CompatibilityOptions メンバ