ICom2PropertyPageDisplayService.ShowPropertyPage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows a property page for the specified object.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void ShowPropertyPage(System::String ^ title, System::Object ^ component, int dispid, Guid pageGuid, IntPtr parentHandle);
public void ShowPropertyPage (string title, object component, int dispid, Guid pageGuid, IntPtr parentHandle);
abstract member ShowPropertyPage : string * obj * int * Guid * nativeint -> unit
Public Sub ShowPropertyPage (title As String, component As Object, dispid As Integer, pageGuid As Guid, parentHandle As IntPtr)
Parameters
- title
- String
A string that is the title of the property page.
- component
- Object
The object for which the property page is created.
- dispid
- Int32
The DispID of the property that is highlighted when the property page is created.
- pageGuid
- Guid
The GUID for the property page.
- parentHandle
-
IntPtr
nativeint
A IntPtr that is the handle of the parent control of the property page.