BaseUIHierarchy.ExecPasteCommand Method
Include Protected Members
Include Inherited Members
Pastes the current clipboard onto the specified items.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
ExecPasteCommand(array<SelectionPair[])
Pastes the current clipboard onto the specified items.
ExecPasteCommand(BaseUIHierarchy.HierarchyDataObject, array<SelectionPair[])
Virtual method to perform a paste. This virtual method does nothing. Derived classes should override this method to implement their specific paste logic.
Top