COlePasteSpecialDialog::GetSelectionType

COlePasteSpecialDialog::GetSelectionType

UINT GetSelectionType( ) const;

Return Value

Returns type of selection made.

Remarks

Call this function to determine the type of selection the user made.

The return type values are specified by the Selection enumeration type declared in the COlePasteSpecialDialog class.

enum Selection
{
   pasteLink,
   pasteNormal,
   pasteOther,
   pasteStatic
};

Brief desccriptions of these values follow:

COlePasteSpecialDialog Overview |  Class Members |  Hierarchy Chart

See Also   COlePasteSpecialDialog::DoModal