I am developing an AddIn for SCVMM, It is simple user control with a Grid and few Buttons and text boxes, I am able to successfully host my user control inside of SCVMM.
But I am not able to get a handle to the parent of my user control, I was thinking that .Parent on my control would return me the content control or grid that SCVMM is using to host Addin, but it is just null.
Another interesting thing is that I added a break point to the loaded event of my user control and there the sender is also coming out as null.
But I am not able to get a handle to the parent of my user control, I was thinking that .Parent on my control would return me the content control or grid that SCVMM is using to host Addin, but it is just null.
Another interesting thing is that I added a break point to the loaded event of my user control and there the sender is also coming out as null.