Returns the parameters needed to create the handle. Inheriting classes can override this to provide extra functionality. They should not, however, forget to call base.getCreateParams() first to get the struct filled up with the basic info.
[Visual Basic] Overridable Protected ReadOnly Property CreateParams As _ CreateParams [C#] protected CreateParams CreateParams {override get;} [C++] protected: __property virtual CreateParams* get_CreateParams(); [JScript] protected function get CreateParams() : CreateParams;
PictureBox Class | PictureBox Members | System.WinForms Namespace