Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "PropSheet" in [All]

shell32

.

    HASPROPSHEET = &H40            '   Objects have property sheets

Enums

.

        SFGAO_HASPROPSHEET      = 0x00000040,         // Objects have property sheets

user32

.

static extern TODO PropSheet(TODO);

.

Declare Function PropSheet Lib "user32.dll" (TODO) As TODO

.
Documentation
[PropSheet] on MSDN

comctl32

.

static extern IntPtr CreatePropertySheetPage(ref PROPSHEETPAGE psp);

.

Declare Function CreatePropertySheetPage Lib "comctl32" (ByRef PROPSHEETPAGE) As IntPtr


 
Access PInvoke.net directly from VS: