![]() |
Previous | Next |
The DisplayPropertyPage method displays the property page of a visualization, if it exists.
Syntax
HRESULT DisplayPropertyPage(
[in] HWND hwndOwner
);
Parameters
hwndOwner
[in] Handle to the dialog that will be displayed.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
Implement this method if you want to display a property page to the user to adjust any values of the visualization.
See Also
Previous | Next |