The MonthCalendar type exposes the following members.

Methods

  NameDescription
BeginInit
Signals the object that initialization is ending.
BeginInvokeOverloaded.
BringToFront
Brings the control to the front of the z-order.
(Inherited from Control.)
CreateControlsInstance
Creates a new instance of the control collection for the control.
(Inherited from Control.)
CreateGraphics
Creates the Graphics for the control.
(Inherited from Control.)
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
DisposeOverloaded.
Draw
Draw MonthCalendar foreground on background drawed by DrawBackground(Graphics) method.
(Overrides DoubleBufferingControl..::.Draw(Graphics).)
DrawBackground
Draws background for MonthCalendar.
(Overrides DoubleBufferingControl..::.DrawBackground(Graphics).)
EndInit
Signals the object that initialization is starting.
EndInvoke
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(Inherited from Control.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Focus
Sets input focus to the control.
(Inherited from Control.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetScaledBounds
Retrieves the bounds within which the control is scaled.
(Inherited from Control.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Hide
Conceals the control from the user.
(Inherited from Control.)
InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
InvalidateOverloaded.
InvokeOverloaded.
MemberwiseCloneOverloaded.
OnBindingContextChanged
Raises the BindingContextChanged event.
(Inherited from Control.)
OnClick
Raises the Click event.
(Inherited from Control.)
OnCurrentMonthChanged
Fires the CurrentMonthChanged event.
OnDateClicked
Fires the DateClicked event.
OnDoubleClick
Raises the DoubleClick event.
(Inherited from Control.)
OnEnabledChanged
Raises the EnabledChanged event.
(Inherited from Control.)
OnGotFocus
Raises the GotFocus event.
(Inherited from Control.)
OnHandleCreated
Raises the HandleCreated event.
(Inherited from Control.)
OnHandleDestroyed
Raises the HandleDestroyed event.
(Inherited from Control.)
OnHelpRequested
Raises the HelpRequested event.
(Inherited from Control.)
OnKeyDown
Raises the KeyDown event.
(Inherited from Control.)
OnKeyPress
Raises the KeyPress event.
(Inherited from Control.)
OnKeyUp
Raises the KeyUp event.
(Inherited from Control.)
OnLostFocus
Raises the LostFocus event.
(Inherited from Control.)
OnMouseDown
Raises the OnMouseDown(MouseEventArgs) event.
(Overrides Control..::.OnMouseDown(MouseEventArgs).)
OnMouseMove
Raises the MouseMove event.
(Inherited from Control.)
OnMouseUp
Raises the OnMouseUp(MouseEventArgs) event.
(Overrides Control..::.OnMouseUp(MouseEventArgs).)
OnPaint
Raises the System.Windows.Forms.Control.Paint event.
(Inherited from DoubleBufferingControl.)
OnPaintBackground
Paints the background of the control.
(Inherited from DoubleBufferingControl.)
OnParentChanged
Fires the ParentChanged event.
(Inherited from DoubleBufferingControl.)
OnResize
Raises the Resize event.
(Overrides DoubleBufferingControl..::.OnResize(EventArgs).)
OnSelectedDateChanged
Fires the SelectedDateChanged event.
OnTextChanged
Raises the TextChanged event.
(Inherited from Control.)
PerformAutoScale
Performs scaling of the container control and its children.
(Inherited from ContainerControl.)
PointToClient
Computes the location of the specified screen point into client coordinates.
(Inherited from Control.)
PointToScreen
Computes the location of the specified client point into screen coordinates.
(Inherited from Control.)
RectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from Control.)
RectangleToScreen
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from Control.)
ReDrawBackground
Cause redrawing background and foreground
(Inherited from DoubleBufferingControl.)
ReDrawForeground
Cause redrawing foreground background is painted from back buffer
(Inherited from DoubleBufferingControl.)
Refresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from Control.)
ResetColorTheme
Sets the ColorTheme property to its default value.
ResetCurrentMonth
Sets the CurrentMonth property to its default value.
ResetDayAlignment
Sets the DayAlignment property to its default value.
ResetFontDays
Sets the FontDays property to its default value.
ResetFontHeader
Sets the DayAlignment property to its default value.
ResetHighlightSundays
Sets the HighlightSundays property to its default value.
ResetSelectedDate
Sets the SelectedDate property to its default value.
ResumeLayoutOverloaded.
Scale
Scales the control and all child controls by the specified scaling factor.
(Inherited from Control.)
ScaleControl (Inherited from ScrollableControl.)
SelectNextControl
Activates the next control.
(Inherited from Control.)
SendToBack
Sends the control to the back of the z-order.
(Inherited from Control.)
ShouldSerializeColorTheme
Indicates whether the ColorTheme property should be persisted.
ShouldSerializeCurrentMonth
Indicates whether the CurrentMonth property should be persisted.
ShouldSerializeDayAlignment
Indicates whether the DayAlignment property should be persisted.
ShouldSerializeFontDays
Indicates whether the FontDays property should be persisted.
ShouldSerializeFontHeader
Indicates whether the FontHeader property should be persisted.
ShouldSerializeHighlightSundays
Indicates whether the HighlightSundays property should be persisted.
ShouldSerializeSelectedDate
Indicates whether the SelectedDate property should be persisted.
Show
Displays the control to the user.
(Inherited from Control.)
SuspendLayout
Temporarily suspends the layout logic for the control.
(Inherited from Control.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Update
Causes the control to redraw the invalidated regions within its client area.
(Inherited from Control.)

See Also