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


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

    Return Value

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