Name | Description | |
---|---|---|
DateEditMonthCalendar Constructor | Creates the instance of the DateEditMonthCalendar class. |
The following tables list the members exposed by DateEditMonthCalendar.
Name | Description | |
---|---|---|
DateEditMonthCalendar Constructor | Creates the instance of the DateEditMonthCalendar class. |
Name | Description | |
---|---|---|
AccessibilityObject | (Inherited from System.Windows.Forms.Control) | |
AccessibleDefaultActionDescription | (Inherited from System.Windows.Forms.Control) | |
AccessibleDescription | (Inherited from System.Windows.Forms.Control) | |
AccessibleName | (Inherited from System.Windows.Forms.Control) | |
AccessibleRole | (Inherited from System.Windows.Forms.Control) | |
ActiveControl | (Inherited from System.Windows.Forms.ContainerControl) | |
AnnuallyBoldedDates | Gets or sets the array of System.DateTime objects that determines which annual days are displayed in bold. | |
ArrowColor | Gets or sets the color of the arrows. | |
AutoScaleDimensions | (Inherited from System.Windows.Forms.ContainerControl) | |
AutoScaleMode | (Inherited from System.Windows.Forms.ContainerControl) | |
AutoScroll | (Inherited from System.Windows.Forms.ScrollableControl) | |
AutoScrollMargin | (Inherited from System.Windows.Forms.ScrollableControl) | |
AutoScrollMinSize | (Inherited from System.Windows.Forms.ScrollableControl) | |
AutoScrollOffset | (Inherited from System.Windows.Forms.Control) | |
AutoScrollPosition | (Inherited from System.Windows.Forms.ScrollableControl) | |
BackColor | Gets or sets the background color of the control. | |
BindingContext | (Inherited from System.Windows.Forms.ContainerControl) | |
BoldedDates | Gets or sets the array of System.DateTime objects that determines which nonrecurring dates are displayed in bold. | |
Bottom | (Inherited from System.Windows.Forms.Control) | |
Bounds | (Inherited from System.Windows.Forms.Control) | |
CalendarDimensions | Gets or sets the number of columns and rows of months displayed. | |
CalendarWeekRule | Gets or sets a value that specifies which rule is used to determine the first calendar week of the year. | |
CanFocus | (Inherited from System.Windows.Forms.Control) | |
CanSelect | (Inherited from System.Windows.Forms.Control) | |
CaptionFormat | Gets or sets the format to use for the calendar caption. | |
Capture | (Inherited from System.Windows.Forms.Control) | |
ClearText | Gets or sets the text of the "Clear" button. | |
ClientRectangle | (Inherited from System.Windows.Forms.Control) | |
ClientSize | (Inherited from System.Windows.Forms.Control) | |
CompanyName | (Inherited from System.Windows.Forms.Control) | |
Container | (Inherited from System.ComponentModel.Component) | |
ContainsFocus | (Inherited from System.Windows.Forms.Control) | |
ContextMenu | (Inherited from System.Windows.Forms.Control) | |
ContextMenuStrip | (Inherited from System.Windows.Forms.Control) | |
Created | (Inherited from System.Windows.Forms.Control) | |
CurrentAutoScaleDimensions | (Inherited from System.Windows.Forms.ContainerControl) | |
CurrentMonthDisplayOffset | Gets or sets the current month display offset. | |
Cursor | (Inherited from System.Windows.Forms.Control) | |
DateIsNull | Gets or sets the value indicating that no date is currently selected in the calendar. | |
DayNameLength | Gets or sets the maximum length of day names. | |
DayNamesColor | Gets or sets the day names' text color. | |
DayNamesFont | Gets or sets the day names font. | |
DisabledDates | Gets or sets the array of System.DateTime objects that determines which dates are disabled. | |
DisplayRectangle | (Inherited from System.Windows.Forms.ScrollableControl) | |
Disposing | (Inherited from System.Windows.Forms.Control) | |
Enabled | (Inherited from System.Windows.Forms.Control) | |
FirstDayOfWeek | Gets or sets the first day of the week as displayed in the month calendar. | |
FirstMonth | Gets the first day of the first fully shown month. | |
Focused | (Inherited from System.Windows.Forms.Control) | |
Font | (Inherited from System.Windows.Forms.Control) | |
ForeColor | Gets or sets the foreground color of the control. | |
Handle | (Inherited from System.Windows.Forms.Control) | |
HasChildren | (Inherited from System.Windows.Forms.Control) | |
Height | (Inherited from System.Windows.Forms.Control) | |
HorizontalScroll | (Inherited from System.Windows.Forms.ScrollableControl) | |
InvokeRequired | (Inherited from System.Windows.Forms.Control) | |
IsAccessible | (Inherited from System.Windows.Forms.Control) | |
IsDisposed | (Inherited from System.Windows.Forms.Control) | |
IsHandleCreated | (Inherited from System.Windows.Forms.Control) | |
IsMirrored | (Inherited from System.Windows.Forms.Control) | |
LastMonth | Gets the last day of the last fully shown month. | |
LayoutEngine | (Inherited from System.Windows.Forms.Control) | |
Left | (Inherited from System.Windows.Forms.Control) | |
LineColor | Gets or sets the line color. | |
MaxDate | Gets or sets the maximum allowable date. | |
MinDate | Gets or sets the minimum allowable date. The default value is DateTime.MinValue (01/01/0001). | |
MonthlyBoldedDates | Gets or sets the array of System.DateTime objects that determine which monthly days to bold. | |
Parent | (Inherited from System.Windows.Forms.Control) | |
ParentForm | (Inherited from System.Windows.Forms.ContainerControl) | |
PreferredSize | (Inherited from System.Windows.Forms.Control) | |
ProductName | (Inherited from System.Windows.Forms.Control) | |
ProductVersion | (Inherited from System.Windows.Forms.Control) | |
RecreatingHandle | (Inherited from System.Windows.Forms.Control) | |
Region | (Inherited from System.Windows.Forms.Control) | |
Right | (Inherited from System.Windows.Forms.Control) | |
RightToLeft | Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. | |
RightToLeftLayout | Gets or sets a value indicating whether the control is laid out from right to left. | |
SelectedDate | Gets or sets the selected date. | |
SelectionBackColor | Gets or sets the selection background color. | |
SelectionForeColor | Gets or sets the selection foreground color. | |
ShowClearButton | Determines if the Clear button of the dropdown calendar is visible. | |
ShowToday | Gets or sets a value indicating whether the date represented by the TodayDate property is displayed at the bottom of the control. | |
ShowTodayButton | Determines if the Today button of the dropdown calendar is visible. | |
ShowTodayCircle | Gets or sets a value indicating whether today's date is circled. | |
ShowWeekNumbers | Gets or sets a value indicating whether the month calendar control displays week numbers (1-52) to the left of each row of days. | |
Site | (Inherited from System.Windows.Forms.Control) | |
TitleBackColor | Gets or sets a value indicating the background color of the title area of the calendar. | |
TitleFont | Gets or sets the title font. | |
TitleForeColor | Gets or sets a value indicating the foreground color of the title area of the calendar. | |
TitleHeight | Gets or sets the title height. | |
TodayBorderColor | Gets or sets the color of the border around the current date. | |
TodayDate | Gets or sets the value that is used by DateEditMonthCalendar as today's date. The default value is the current system date. | |
TodayText | Gets or sets the text of the "Today" button. | |
Top | (Inherited from System.Windows.Forms.Control) | |
TopLevelControl | (Inherited from System.Windows.Forms.Control) | |
TrailingForeColor | Gets or sets a value indicating the color of days in months that are not fully displayed in the control. | |
UseWaitCursor | (Inherited from System.Windows.Forms.Control) | |
VerticalScroll | (Inherited from System.Windows.Forms.ScrollableControl) | |
VisualStyle | Gets or sets VisualStyle. | |
Width | (Inherited from System.Windows.Forms.Control) |
Name | Description | |
---|---|---|
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. | |
AddDisabledDate | Adds a day to be disabled in the month calendar. | |
AddMonthlyBoldedDate | Adds a day that is displayed in bold on a monthly basis in the month calendar. | |
BeginInvoke | Overloaded. (Inherited from System.Windows.Forms.Control) | |
BringToFront | (Inherited from System.Windows.Forms.Control) | |
Contains | (Inherited from System.Windows.Forms.Control) | |
ContainsDate | ||
CreateControl | (Inherited from System.Windows.Forms.Control) | |
CreateGraphics | (Inherited from System.Windows.Forms.Control) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Clean up any resources being used. | |
DoDragDrop | (Inherited from System.Windows.Forms.Control) | |
DrawToBitmap | (Inherited from System.Windows.Forms.Control) | |
EndInvoke | (Inherited from System.Windows.Forms.Control) | |
FindForm | (Inherited from System.Windows.Forms.Control) | |
Focus | (Inherited from System.Windows.Forms.Control) | |
GetChildAtPoint | Overloaded. (Inherited from System.Windows.Forms.Control) | |
GetContainerControl | (Inherited from System.Windows.Forms.Control) | |
GetDisplayRange | Retrieves date information that represents the low and high limits of the displayed dates of the control. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetNextControl | (Inherited from System.Windows.Forms.Control) | |
GetPreferredSize | (Inherited from System.Windows.Forms.Control) | |
Hide | (Inherited from System.Windows.Forms.Control) | |
HitTest | Overloaded. Returns an object with information on which portion of a month calendar control is at a location specified by a System.Drawing.Point. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Invalidate | Overloaded. (Inherited from System.Windows.Forms.Control) | |
Invoke | Overloaded. (Inherited from System.Windows.Forms.Control) | |
PerformAutoScale | (Inherited from System.Windows.Forms.ContainerControl) | |
PerformLayout | Overloaded. (Inherited from System.Windows.Forms.Control) | |
PointToClient | (Inherited from System.Windows.Forms.Control) | |
PointToScreen | (Inherited from System.Windows.Forms.Control) | |
PreProcessControlMessage | (Inherited from System.Windows.Forms.Control) | |
PreProcessMessage | (Inherited from System.Windows.Forms.Control) | |
RectangleToClient | (Inherited from System.Windows.Forms.Control) | |
RectangleToScreen | (Inherited from System.Windows.Forms.Control) | |
Refresh | (Inherited from System.Windows.Forms.Control) | |
RemoveAllAnnuallyBoldedDates | Removes all the annually bold dates. | |
RemoveAllBoldedDates | Removes all the nonrecurring bold dates. | |
RemoveAllDisabledDates | Removes the all disabled dates. | |
RemoveAllMonthlyBoldedDates | Removes all the monthly bold dates. | |
RemoveAnnuallyBoldedDate | Removes the specified date from the list of annually bold dates. | |
RemoveBoldedDate | Removes the specified date from the list of nonrecurring bold dates. | |
RemoveDisabledDate | Removes the specified date from the list of disabled dates. | |
RemoveMonthlyBoldedDate | Removes the specified date from the list of monthly bolded dates. | |
ResetText | (Inherited from System.Windows.Forms.Control) | |
ResumeAllLayout | Calls ResumeLayout on all DateEditMonthCalendar's child controls. | |
ResumeLayout | Overloaded. (Inherited from System.Windows.Forms.Control) | |
Scale | (Inherited from System.Windows.Forms.Control) | |
ScrollControlIntoView | (Inherited from System.Windows.Forms.ScrollableControl) | |
Select | Overloaded. (Inherited from System.Windows.Forms.ContainerControl) | |
SelectNextControl | (Inherited from System.Windows.Forms.Control) | |
SendToBack | (Inherited from System.Windows.Forms.Control) | |
SetAutoScrollMargin | (Inherited from System.Windows.Forms.ScrollableControl) | |
SetBounds | Overloaded. (Inherited from System.Windows.Forms.Control) | |
SetCalendarDimensions | Sets the number of columns and rows of months to display. | |
SetDate | Sets a date as the currently selected date. | |
SetSelectionRange | Sets the selected dates in a month calendar control to the specified date range. | |
Show | (Inherited from System.Windows.Forms.Control) | |
SuspendAllLayout | Calls SuspendLayout on all DateEditMonthCalendar's child controls. | |
SuspendLayout | (Inherited from System.Windows.Forms.Control) | |
ToString | (Inherited from System.ComponentModel.Component) | |
Update | (Inherited from System.Windows.Forms.Control) | |
Validate | Overloaded. (Inherited from System.Windows.Forms.ContainerControl) |