Creates a handle for this control. This method is called by the framework, this should not be called. Inheriting classes should always call base.createHandle when overriding this method.
[Visual Basic] Overridable Protected Sub CreateHandle() [C#] protected virtual void CreateHandle(); [C++] protected: virtual void CreateHandle(); [JScript] protected function CreateHandle();