Use the System::Windows::Forms::Clipboard class which contains static method to put and retrieve items to/from the clipboard.
Code:
System::Windows::Forms::Clipoard::SetDataObject(yourbitmapobject, true)
The second argument specifies if the object will remain in the clipbaord after the application exits.