In This Topic
Gets or sets whether to allow copying rich data.
Syntax
'Declaration
Property RichClipboard As Boolean
'Usage
Dim instance As IFeatures
Dim value As Boolean
instance.RichClipboard = value
value = instance.RichClipboard
bool RichClipboard {get; set;}
See Also