_OlkComboBox.Copy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the contents of the control to the clipboard.
public:
void Copy();
public void Copy ();
Public Sub Copy ()
Remarks
The data is copied in unformatted text format, replacing the existing contents of the clipboard.
If the control style is olComboBoxStyleListBox, then this method copies the current selection in the drop-down list to the clipboard.