Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / TouchToolbarFactory Class / CreateCutCopyPasteToolBar Method
The view.


In This Topic
    CreateCutCopyPasteToolBar Method
    In This Topic
    Creates the cut copy paste toolbar.
    Syntax
    'Declaration
     
    Public Shared Function CreateCutCopyPasteToolBar( _
       ByVal view As SheetView _
    ) As TouchToolbar
    'Usage
     
    Dim view As SheetView
    Dim value As TouchToolbar
     
    value = TouchToolbarFactory.CreateCutCopyPasteToolBar(view)
    public static TouchToolbar CreateCutCopyPasteToolBar( 
       SheetView view
    )

    Parameters

    view
    The view.
    See Also