Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / IsClipboardSupport Method


In This Topic
    IsClipboardSupport Method (CellNote)
    In This Topic
    Gets a boolean value indicating whether this DrawingObject supports clipboard action.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function IsClipboardSupport() As Boolean
    'Usage
     
    
    Dim instance As CellNote
    Dim value As Boolean
     
    value = instance.IsClipboardSupport()
    public override bool IsClipboardSupport()

    Return Value

    true if this DrawingObject supports clipboard action; otherwise, false.
    See Also