COleConvertDialog::GetSelectionType

UINT GetSelectionType( ) const;

Return Value

Type of selection made.

Remarks

Call this function to determine the type of conversion selected in the Convert dialog box.

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

enum Selection
{
   noConversion,
   convertItem,
   activateAs
};

Brief descriptions of these values follow:

COleConvertDialog OverviewClass MembersHierarchy Chart

See Also   COleConvertDialog::DoModal, COleConvertDialog::COleConvertDialog