[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;
UICreationHelper Class | UICreationHelper Members | System.Data.Design Namespace