Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / Clipboard Class / GetClipboardFormatName Method


In This Topic
    GetClipboardFormatName Method
    In This Topic
    Retrieves from the clipboard the name of the specified registered format.
    Syntax
    'Declaration
     
    
    Public Shared Function GetClipboardFormatName( _
       ByVal format As UInteger, _
       ByVal lpszFormatName As StringBuilder, _
       ByVal cchMaxCount As Integer _
    ) As Integer
    'Usage
     
    
    Dim format As UInteger
    Dim lpszFormatName As StringBuilder
    Dim cchMaxCount As Integer
    Dim value As Integer
     
    value = Clipboard.GetClipboardFormatName(format, lpszFormatName, cchMaxCount)
    public static int GetClipboardFormatName( 
       uint format,
       out StringBuilder lpszFormatName,
       int cchMaxCount
    )

    Parameters

    format
    lpszFormatName
    cchMaxCount
    See Also