|
Hello, I have a form (VS2005) with ToolStrip, StatusStrip and DataGridView controls, but Form.Controls contains only 1 element which is the ToolStrip. The StatusStrip and DataGridView are not in the collection. For both those controls, FindForm method returns the correct form. Any idea why? TIA
|