Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

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