TSelectionType
Description
Types of selection. Applies in the ISelection interface.
Admissible values:
- ST_Undefined = 0 - Indicates that no selection type is specified.
- ST_Documents = 1 - Indicates that the selection contains documents.
- ST_Pages = 2 - Indicates that the selection contains pages.
- ST_Both = 3 - Indicates that the selection contains both documents and pages.
4/12/2024 6:16:02 PM