Desktop Functions: Smart Device Functions:
|
Search Results for "PropSheet" in [All]shell32
HASPROPSHEET = &H40 ' Objects have property sheets Enums2: SFGAOF
SFGAO_HASPROPSHEET = 0x00000040, // Objects have property sheets user323: PropSheet
comctl32
static extern IntPtr CreatePropertySheetPage(ref PROPSHEETPAGE psp);
Declare Function CreatePropertySheetPage Lib "comctl32" (ByRef PROPSHEETPAGE) As IntPtr |