Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Interfaces, prefix the name with the module name and a period.
IPropertyPage (Interfaces)
.
Summary
The
IPropertyPageSite interface provides the main features for a property page site object.
Summary
TODO - a short description
C# Definition:
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B196B28C-BAB4-101A-B69C-00AA00341D07")]
interface IPropertyPageSite
[
ComImport,
InterfaceType(ComInterfaceType.InterfaceIsIUnknown),
Guid("B196B28D-BAB4-101A-B69C-00AA00341D07")
]
interface IPropertyPage
{
void OnStatusChange(uint dwFlags);
void GetLocaleID(out uint pLocaleID);
void GetPageContainer([MarshalAs(UnmanagedType.IUnknown)] out object ppunk);
void SetPageSite(IPropertyPageSite pPageSite);
void Activate(IntPtr hWndParent, [In] ref RECT pRect, bool bModal);
void Deactivate();
void GetPageInfo(ref PROPPAGEINFO pPageInfo);
void SetObjects(uint cObjects,
[MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.IUnknown, SizeParamIndex = 0)] object[] ppunk);
void Show(uint nCmdShow);
void Move([In] ref RECT pRect);
[PreserveSig]
int IsPageDirty();
void Apply();
void Help(string pszHelpDir);
[PreserveSig]
int TranslateAccelerator(ref MSG pMsg);
}
VB Definition:
<ComImport> _
<Guid("TODO")> _
'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch
Interface IPropertyPageSite
TODO
<Guid("B196B28D-BAB4-101A-B69C-00AA00341D07")> _
<InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _
Interface IPropertyPage
TODO
End Interface
User-Defined Types:
IPropertyPageSite
PROPPAGEINFO
RECT
MSG
Notes:
None.
Documentation
Documentation
TODO - a short description
11/7/2007 3:27:25 PM - anonymous
TODO - a short description
11/7/2007 3:27:25 PM - anonymous
The PROPPAGEINFO structure contains parameters used to describe a property page to a property frame.
11/7/2007 3:31:25 PM - anonymous
The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.
6/3/2013 5:41:04 PM - dahminator-75.174.65.168
MSG structure (user32.dll)
8/15/2020 4:59:25 AM - Drarig29-93.23.131.77
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.