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