PowerTools SPREAD for Windows Forms 8.0J
ClipContent プロパティ (FieldsEditorControlCellType)


クリップボードへのデータのコピー方法を取得または設定します。
構文
'Declaration
 
Public Property ClipContent As ClipContent
'使用法
 
Dim instance As FieldsEditorControlCellType
Dim value As ClipContent
 
instance.ClipContent = value
 
value = instance.ClipContent
public ClipContent ClipContent {get; set;}

プロパティ値

クリップボードへのデータのコピー方法を指定する GrapeCity.Win.Spread.InputMan.CellTypeEditorControl.ClipContent 列挙値の1つ。
既定値は ClipContent.IncludeLiterals です。
解説
ClipContent.IncludeLiterals 値は、メソッドまたは UI 操作によってデータを System.Windows.Forms.Clipboard に設定するときにすべての表示テキストがコピーされることを意味します。ClipContent.ExcludeLiterals 値は、リテラルフィールドのテキストを除く表示テキストがコピーされることを意味します。
参照

FieldsEditorControlCellType クラス
FieldsEditorControlCellType メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.