Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NRichTextBox Class / CanPaste Method


In This Topic
    CanPaste Method (NRichTextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function CanPaste( _
       ByVal clipFormat As System.Windows.Forms.DataFormats.Format _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRichTextBox
    Dim clipFormat As System.Windows.Forms.DataFormats.Format
    Dim value As System.Boolean
     
    value = instance.CanPaste(clipFormat)
    public System.bool CanPaste( 
       System.Windows.Forms.DataFormats.Format clipFormat
    )

    Parameters

    clipFormat
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also