Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines the type of selection the user made.
UINT GetSelectionType( ) const;
Return Value
Returns type of selection made.
Remarks
The return type values are specified by the Selection enumeration type declared in the COlePasteSpecialDialog class.
enum Selection
{
pasteLink,
};
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.
Requirements
Header: afxodlgs.h