1 implementation of ShowPropertyPage
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyPageUITypeConverter.cs (1)
86
public unsafe void
ShowPropertyPage
(string title, object component, int dispid, Guid pageGuid, IntPtr parentHandle){
1 reference to ShowPropertyPage
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyPageUITypeConverter.cs (1)
63
propPageSvc.
ShowPropertyPage
(propDesc.Name, instance, propDesc.DISPID, this.guid, hWndParent);