System.Windows.Forms.Button.CreateParams Property

Gets a System.Windows.Forms.CreateParams on the base class when creating a window.

Syntax

protected override CreateParams CreateParams { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Inheriting classes can override this property to add extra functionality, but must first call the System.Windows.Forms.CreateParams constructor on the base class to verify that the control continues to work correctly.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0