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!

UICreationHelper.CreateControl

[To be supplied.]

[Visual Basic]
Public Function CreateControl( _
   ByVal controlType As Type _
) As Control
[C#]
public Control CreateControl(
   Type controlType
);
[C++]
public: Control* CreateControl(
   Type* controlType
);
[JScript]
public function CreateControl(
   controlType : Type
) : Control;

Parameters

controlType
[To be supplied.]

See Also

UICreationHelper Class | UICreationHelper Members | System.Data.Design Namespace