System.Windows.Forms.DateTimePicker: Method Members

The methods of System.Windows.Forms.DateTimePicker are listed below. For a list of all members, see the DateTimePicker Members list.

See Also: Inherited members from System.Windows.Forms.Control

Public Methods

override
ToString() : string

Returns a string that represents the current System.Windows.Forms.DateTimePicker control.

Protected Methods

override
CreateAccessibilityInstance() : AccessibleObject

Creates a new accessibility object for the System.Windows.Forms.DateTimePicker control.

override
CreateHandle()

Creates the physical window handle.

override
DestroyHandle()

Destroys the physical window handle.

override
Dispose(bool)
Documentation for this section has not yet been entered.
override
IsInputKey(Keys) : bool

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

OnCloseUp(EventArgs)

Raises the DateTimePicker.CloseUp event.

OnDropDown(EventArgs)

Raises the DateTimePicker.DropDown event.

override
OnFontChanged(EventArgs)

Raises the Control.FontChanged event.

OnFormatChanged(EventArgs)

Raises the DateTimePicker.FormatChanged event.

override
OnHandleCreated(EventArgs)

Raises the Control.HandleCreated event.

override
OnHandleDestroyed(EventArgs)

Raises the Control.HandleDestroyed event.

OnRightToLeftLayoutChanged(EventArgs)

Raises the DateTimePicker.RightToLeftLayout event.

override
OnSystemColorsChanged(EventArgs)

Overrides the Control.OnSystemColorsChanged(EventArgs) method.

OnValueChanged(EventArgs)

Raises the DateTimePicker.ValueChanged event.

override
SetBoundsCore(int, int, int, int, BoundsSpecified)
Documentation for this section has not yet been entered.
override
WndProc(ref Message)
Documentation for this section has not yet been entered.