CRect rc;
m_wndPlaceHolder.GetWindowRect( &rc );
ScreenToClient( &rc );

// create the property grid.
if ( m_wndPropertyGrid.Create( rc, this, IDC_PROPERTY_GRID ) )IDC_PROPERTY_GRID 是指的那个?