MSPROPSHELLLib, COM interface constants for VB.Net / VBScript

MSPROPSHELLLib - interface constants

     This page contains simple VBA include for the MSPROPSHELLLib COM library.

library parameters

File NameProgram Files\Windows Media Components\Encoder\mspshell.dll
Guid{C4941F47-8BC1-49D3-9989-2B7826F26AE6}
Enums1

PSSTYLE

enum, 3 members.
  'Enumeration type defining the tab style for a property page.
Public Enum PSSTYLE

  'Indicates that property pages have no tabs.
  pssNoTabs = 0  '&H0

  'Indicates that property pages have tabs along the top edge.
  pssTabsTop = 1  '&H1

  'Indicates that property pages have tabs along the bottom edge.
  pssTabsBottom = 2  '&H2
End Enum
WUtils.com