Button::CreateParams Property
.NET Framework (current version)
Gets a CreateParams on the base class when creating a window.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: property CreateParams^ CreateParams { [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual CreateParams^ get() override; }
Property Value
Type: System.Windows.Forms::CreateParams^A CreateParams object on the base class when creating a window.
Inheriting classes can override this property to add extra functionality, but must first call the CreateParams constructor on the base class to verify that the control continues to work correctly.
.NET Framework
Available since 1.1
Available since 1.1
Show: