NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentModelPersister.GenerateComponentParenting

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
);

Parameters

statements
[To be supplied.]
objectName
The name of the control.
component
The instance of the component.

See Also

ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace