Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFeatures Interface / RichClipboard Property


In This Topic
RichClipboard Property
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
Remarks
This features is available only if the flat sytle is using (FpSpread.LegacyBehaviors doesn't contain LegacyBehaviors.Style).
See Also