NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.CreateParams

This is called when creating a window. Inheriting classes can ovveride this to add extra functionality, but should not forget to first call base.getCreateParams() to make sure the control continues to work correctly.

[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;

Property Value

a System.WinForms.CreateParams object with the information for creating this control.

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace