Spread Windows Forms 12.0 Product Documentation
AllowClipboard Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > RichTextEditor Class : AllowClipboard Property
Gets or sets whether the use of the Clipboard is allowed.
Syntax
'Declaration
 
Public Overridable Property AllowClipboard As Boolean
'Usage
 
Dim instance As RichTextEditor
Dim value As Boolean
 
instance.AllowClipboard = value
 
value = instance.AllowClipboard
public virtual bool AllowClipboard {get; set;}

Property Value

Boolean: true to allow use of the Clipboard; false otherwise
See Also

Reference

RichTextEditor Class
RichTextEditor Members