Makes the property page dialog box visible or invisible according to the nCmdShow parameter. If the page is made visible, the page should set the focus to itself, specifically to the first property on the page.
HRESULT Show(
UINT nCmdShow //Indicates whether to make the page visible or
//hidden
);
This method supports the standard return values E_INVALIDARG and E_UNEXPECTED, as well as the following:
Calls to this method must occur after a call to IPropertyPage::Activate and before a corresponding call to IPropertyPage::Deactivate.
E_NOTIMPL is not a valid return value. E_OUTOFMEMORY is not a valid return value, since no memory should be used in implementing this method.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.
IPropertyPage::Activate, IPropertyPage::Deactivate