다음을 통해 공유


COlePasteSpecialDialog::GetSelectionType

UINTGetSelectionType()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::pasteLink   The Paste Link radio button was checked and the chosen format was a standard OLE format.

  • COlePasteSpecialDialog::pasteNormal   The Paste radio button was checked and the chosen format was a standard OLE format.

  • COlePasteSpecialDialog::pasteOther   The selected format is not a standard OLE format.

  • COlePasteSpecialDialog::pasteStatic   The chosen format was a metafile.

COlePasteSpecialDialog OverviewClass MembersHierarchy Chart

See Also   COlePasteSpecialDialog::DoModal