Description This method gets the code of the legal selection types. If the selection option is set to SO_ALLIMAGEFILES, the Thumbnail dialog will display just these type of images. In the menu Options/Selection… iShow special image files is where these types will be shown.
Usage RetVal = [BiThumbnail.]GetLegalSelectionTypes thumbHandler
Remarks RetVal LONG Code of legal selection types.
thumbHandler LONG Thumbnail handler.
Available legal selection types codes (user can add these constants):
SO_ALLIMAGEFILES Display all of image files
SO_TIFF_FILE Display tiff files
SO_PCX_FILE Display pcx files
SO_DCX_FILE Display dcx files
SO_GIF_FILE Display gif files
SO_BMP_FILE Display bmp files
SO_CLP_FILE Display clp files
SO_WMF_FILE Display wmf files
SO_EMF_FILE Display emf files
SO_FAX_FILE Display fax files
SO_TGA_FILE Display tga files
SO_JPEG_FILE Display jpeg files
SO_CALS_FILE Display cals files
SO_PNG_FILE Display png files
SO_PDF_FILE Display pdf files
See Also SetLegalSelectionTypes