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


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

    Return Value

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