System.Windows.Forms.MonthCalendar.CreateParams Property

Gets a System.Windows.Forms.CreateParams for creating a System.Windows.Forms.MonthCalendar control.

Syntax

protected override CreateParams CreateParams { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MonthCalendar.CreateParams property is called when a window is created. Inheriting classes can override this property to add extra functionality, but you should first call base.getCreateParams() to make sure 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