Spread Windows Forms 15.0
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
    bool RichClipboard {get; set;}
    Remarks
    This features is available only if the flat sytle is using (FpSpread.LegacyBehaviors doesn't contain LegacyBehaviors.Style).
    See Also