Generates any parenting statemetns for the specified control.
[Visual Basic] Overridable Protected Sub GenerateComponentParenting( _ ByVal statements As ObjectList, _ ByVal objectName As String, _ ByVal component As Object _ ) [C#] protected virtual void GenerateComponentParenting( ObjectList statements, string objectName, object component ); [C++] protected: virtual void GenerateComponentParenting( ObjectList* statements, String* objectName, Object* component ); [JScript] protected function GenerateComponentParenting( statements : ObjectList, objectName : String, component : Object );
ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace