Includes&Samples |
MSPROPSHELLLib, COM interface constants for VB.Net / VBScriptMSPROPSHELLLib - interface constants This page contains simple VBA include for the MSPROPSHELLLib COM library.
library parameters
PSSTYLEenum, 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 |