COlePasteSpecialDialog::GetSelectionType
ユーザーの選択内容の型が決まります。
UINT GetSelectionType( ) const;
戻り値
行った選択の型を返します。
解説
戻り値の型の値は COlePasteSpecialDialog のクラスで宣言されて [選択した部分] の列挙型によって指定されます。
enum Selection
{
pasteLink,
pasteNormal,
pasteOther,
pasteStatic
};
これらの値の短い desccriptions を示します:
COlePasteSpecialDialog::pasteLink は、貼り付けのリンクのラジオ ボタン チェックされ、選択した形式は、標準 OLE 形式です。
COlePasteSpecialDialog::pasteNormal は、[貼り付け]ラジオ ボタン チェックされ、選択した形式は、標準 OLE 形式です。
選択した書式指定COlePasteSpecialDialog::pasteOther は標準 OLE 形式ではありません。
COlePasteSpecialDialog::pasteStatic は、選択されたメタファイル形式です。
必要条件
ヘッダー: afxodlgs.h