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 OverviewClass MembersHierarchy Chart

See Also   COlePasteSpecialDialog::DoModal