Returns the CreateParams used to create the handle for this control. Inheriting classes should call base.CreateParams in the manor below:
[Visual Basic] Overridable Protected ReadOnly Property CreateParams As _ CreateParams [C#] protected CreateParams CreateParams {virtual get;} [C++] protected: __property virtual CreateParams* get_CreateParams(); [JScript] protected function get CreateParams() : CreateParams;
CreateParams used to create the handle for this control.