MobileForms Toolkit Documentation

OutlookMonthCalendar Methods

The methods of the OutlookMonthCalendar class are listed below. For a complete list of OutlookMonthCalendar class members, see the OutlookMonthCalendar Members topic.

Public Instance Methods

AddAnnuallyBoldedDate Adds a day that is displayed in bold on an annual basis in the month calendar.
AddBoldedDate Adds a day to be displayed in bold in the month calendar.
AddMonthlyBoldedDate Adds a day that is displayed in bold on a monthly basis in the month calendar.
BeginInvoke (inherited from Control)Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
BringToFront (inherited from Control)Brings the control to the front of the z-order.
CreateGraphics (inherited from Control)Creates the Graphics for the control.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
DisplayYearUpDown Display the numeric updown year control.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
EndInvoke (inherited from Control)Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Focus (inherited from Control)Sets input focus to the control.
GetDateAt Get the date at clicked position.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
Hide (inherited from Control)Conceals the control from the user.
InitializeLifetimeService (inherited from MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Invalidate (inherited from Control)Overloaded. Invalidates the entire surface of the control and causes the control to be redrawn.
Invoke (inherited from Control)Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle.
NextMonth Move to next month.
PerformAutoScale (inherited from ContainerControl)Performs scaling of the container control and its children.
PointToClient (inherited from Control)Computes the location of the specified screen point into client coordinates.
PointToScreen (inherited from Control)Computes the location of the specified client point into screen coordinates.
PreviousMonth Move to previous month.
RectangleToClient (inherited from Control)Computes the size and location of the specified screen rectangle in client coordinates.
RectangleToScreen (inherited from Control)Computes the size and location of the specified client rectangle in screen coordinates.
Refresh Forces the control to invalidate its client area and immediately redraw itself and any child controls.
RemoveAllAnnuallyBoldedDates Removes all the annually bolded dates.
RemoveAllBoldedDates Removes all the nonrecurrent bolded dates.
RemoveAllMonthlyBoldedDates Removes all the monthly bolded dates.
RemoveAnnuallyBoldedDate Removes the specified date from the list of annually bolded dates.
RemoveBoldedDate Removes the specified date from the list of nonrecurrent bolded dates.
RemoveMonthlyBoldedDate Removes the specified date from the list of monthly bolded dates.
ResumeLayout (inherited from Control)Overloaded. Resumes usual layout logic.
Scale (inherited from Control)Scales the control and all child controls by the specified scaling factor.
SelectNextControl (inherited from Control)Activates the next control.
SendToBack (inherited from Control)Sends the control to the back of the z-order.
SetFirstMonth Sets the first month, when the MonthCalendar's dimension is bigger as 1x1.
Show (inherited from Control)Displays the control to the user.
SuspendLayout (inherited from Control)Temporarily suspends the layout logic for the control.
ToString (inherited from Object)Returns a String that represents the current Object.
Update (inherited from Control)Causes the control to redraw the invalidated regions within its client area.
UpdateBoldedDates Repaints the bolded dates to reflect the dates set in the lists of bolded dates.

Protected Instance Methods

CreateControlsInstance (inherited from Control)Creates a new instance of the control collection for the control.
DisposeOverloaded. Clean up any resources being used.
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetScaledBounds (inherited from Control)Retrieves the bounds within which the control is scaled.
MemberwiseClone (inherited from MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (inherited from Object)Overloaded. Creates a shallow copy of the current Object.
OnBindingContextChanged (inherited from Control)Raises the BindingContextChanged event.
OnClick (inherited from Control)Raises the Click event.
OnCloseUp Fires the close up after event (for inheritors)
OnCustomizeBoldedDayCell Fires the bolded day cell drawing event (for inheritors)
OnCustomizeDayCell Fires the day cell drawing event (for inheritors)
OnCustomizeTooltip Fires the tooltip opening event (for inheritors)
OnDoubleClick (inherited from Control)Raises the DoubleClick event.
OnEnabledChanged (inherited from Control)Raises the EnabledChanged event.
OnGotFocus (inherited from Control)Raises the GotFocus event.
OnHandleCreated Raises the HandleCreated event.
OnHandleDestroyed (inherited from Control)Raises the HandleDestroyed event.
OnHelpRequested (inherited from Control)Raises the HelpRequested event.
OnKeyDown Raises the KeyDown event.
OnKeyPress (inherited from Control)Raises the KeyPress event.
OnKeyUp Raises the KeyUp event.
OnLostFocus Raises the LostFocus event.
OnMonthChangeAfter Fires the month change after event (for inheritors)
OnMonthChangeBefore Fires the month change before event (for inheritors)
OnMouseDown Raises MouseDown the event.
OnMouseMove Raises the MouseMove event.
OnMouseUp Raises the MouseUp event.
OnPaint Raises the Paint event.
OnPaintBackground Overrides OnPaintBackground to prevent painting the background of the OutlookMonthCalendar control.
OnParentChanged (inherited from Control)Raises the ParentChanged event.
OnResize Raises the Resize event.
OnTextChanged (inherited from Control)Raises the TextChanged event.
ScaleControl Scales a control's location, size, padding and margin.
ShouldSerializeAnnuallyBoldedDates Indicates whether the BoldedDates property should be persisted.
ShouldSerializeBoldedDates Indicates whether the CustomBoldedDates property should be persisted.
ShouldSerializeCalendarDimensions Indicates whether the CalendarDimensions property should be persisted.
ShouldSerializeCalendarWeekRule Indicates whether the CalendarWeekRule property should be persisted.
ShouldSerializeCultureInfo Indicates whether the CustomCultureInfo property should be persisted.
ShouldSerializeDayTextAlignment Indicates whether the DayTextAlignment property should be persisted.
ShouldSerializeFirstDayOfWeek Indicates whether the FirstDayOfWeek property should be persisted.
ShouldSerializeGradientBackColor Indicates whether the GradientBackColor property should be persisted.
ShouldSerializeMonthlyBoldedDates Indicates whether the MonthlyBoldedDates property should be persisted.
ShouldSerializeTodayDate Indicates whether the TodayDate property should be persisted.
ShouldSerializeValue Indicates whether the Value property should be persisted.
WindowProc Processes Windows messages.

See Also

OutlookMonthCalendar Class | Resco.Controls.OutlookControls Namespace