Beispiel #1
0
        internal IntPtr Create()
        {
            var propSheetPage = new PropSheetPage();

            propSheetPage.InitializeSize();

            propSheetPage.dwFlags |= PropSheetPageOptions.DLGINDIRECT;

            return(IntPtr.Zero);
        }
Beispiel #2
0
 internal static extern IntPtr CreatePropertySheetPage(ref PropSheetPage propertySheetPage);