Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / AllowClipboard Property


In This Topic
    AllowClipboard Property
    In This Topic
    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;}
    See Also