CalendarAutoFormatDialog Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Activate | Activates the form and gives it focus. (inherited from Form) |
| AddOwnedForm | Adds an owned form to this form. (inherited from Form) |
| BeginInvoke | Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. (inherited from Control) |
| BringToFront | Brings the control to the front of the z-order. (inherited from Control) |
| Close | Closes the form. (inherited from Form) |
| Contains | Retrieves a value indicating whether the specified control is a child of the control. (inherited from Control) |
| CreateControl | Forces the creation of the control, including the creation of the handle and any child controls. (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) |
| Dispose | Overloaded. Releases the resources used by the form. (inherited from Form) |
| DoDragDrop | Begins a drag-and-drop operation. (inherited from Control) |
| DrawToBitmap | Supports rendering to the specified bitmap. (inherited from Control) |
| EndInvoke | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (inherited from Control) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindForm | Retrieves the form that the control is on. (inherited from Control) |
| Focus | Sets input focus to the control. (inherited from Control) |
| FromChildHandle | Retrieves the control that contains the specified handle. (inherited from Control) |
| FromHandle | Returns the control that is currently associated with the specified handle. (inherited from Control) |
| GetAutoScaleSize | Gets the size when autoscaling the form based on a specified font. (inherited from Form) |
| GetChildAtPoint | Overloaded. Retrieves the child control at a specified location. (inherited from Control) |
| GetContainerControl | Returns the next ContainerControl up the control's chain of parent controls. (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) |
| GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (inherited from Control) |
| GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (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) |
| Invalidate | Overloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control. (inherited from Control) |
| Invoke | Overloaded. Executes a delegate on the thread that owns the control's underlying window handle. (inherited from Control) |
| IsKeyLocked | Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect. (inherited from Control) |
| IsMnemonic | Determines if the specified character is the mnemonic character assigned to the control in the specified string. (inherited from Control) |
| LayoutMdi | Arranges the multiple-document interface (MDI) child forms within the MDI parent form. (inherited from Form) |
| PerformAutoScale | Performs scaling of the container control and its children. (inherited from ContainerControl) |
| PerformLayout | Overloaded. Forces the control to apply layout logic to child controls. (inherited from Control) |
| 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) |
| PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control) |
| PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (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) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (inherited from Control) |
| RemoveOwnedForm | Removes an owned form from this form. (inherited from Form) |
| ResetBackColor | Resets the BackColor property to its default value. (inherited from Control) |
| ResetBindings | Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (inherited from Control) |
| ResetCursor | Resets the Cursor property to its default value. (inherited from Control) |
| ResetFont | Resets the Font property to its default value. (inherited from Control) |
| ResetForeColor | Resets the ForeColor property to its default value. (inherited from Control) |
| ResetImeMode | Resets the ImeMode property to its default value. (inherited from Control) |
| ResetRightToLeft | Resets the RightToLeft property to its default value. (inherited from Control) |
| ResetText | Resets the Text property to its default value. (inherited from Control) |
| ResumeLayout | Overloaded. Resumes the usual layout logic. (inherited from Control) |
| Scale | Overloaded. Scales the control and any child controls. (inherited from Control) |
| ScrollControlIntoView | Scrolls the specified child control into view on an auto-scroll enabled control. (inherited from ScrollableControl) |
| Select | Overloaded. Activates the form and selects a child control. (inherited from Form) |
| SelectNextControl | Activates the next control. (inherited from Control) |
| SendToBack | Sends the control to the back of the z-order. (inherited from Control) |
| SetAutoScrollMargin | Sets the size of the auto-scroll margins. (inherited from ScrollableControl) |
| SetBounds | Overloaded. Sets the bounds of the control. (inherited from Control) |
| SetDesktopBounds | Sets the bounds of the form in desktop coordinates. (inherited from Form) |
| SetDesktopLocation | Sets the location of the form in desktop coordinates. (inherited from Form) |
| Show | Overloaded. Displays the form. (inherited from Form) |
| ShowDialog | Overloaded. Shows the form as a modal dialog box. (inherited from Form) |
| SuspendLayout | Temporarily suspends the layout logic for the control. (inherited from Control) |
| ToString | Gets a string representing the current instance of the form. (inherited from Form) |
| Update | Causes the control to redraw the invalidated regions within its client area. (inherited from Control) |
| Validate | Overloaded. Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order. (inherited from ContainerControl) |
| ValidateChildren | Overloaded. Validates all selectable child controls in the form. (inherited from Form) |
| Name | Description | |
|---|---|---|
| AccessibilityNotifyClients | Overloaded. Notifies the accessibility client applications of AccessibleEvents. (inherited from Control) |
| ActivateMdiChild | Activates the MDI child of a form. (inherited from Form) |
| AdjustFormScrollbars | (inherited from Form) |
| ApplyAutoScaling | Resizes the form according to the current value of the AutoScaleBaseSize property and the size of the current font. (inherited from Form) |
| CenterToParent | Centers the position of the form within the bounds of the parent form. (inherited from Form) |
| CenterToScreen | Centers the form on the current screen. (inherited from Form) |
| CreateAccessibilityInstance | Creates a new accessibility object for the control. (inherited from Control) |
| CreateControlsInstance | (inherited from Form) |
| CreateHandle | Creates the handle for the form. If a derived class overrides this function, it must call the base implementation. (inherited from Form) |
| DefWndProc | (inherited from Form) |
| DestroyHandle | Destroys the handle associated with the control. (inherited from Control) |
| Dispose | Overloaded. Releases the resources used by the form. (inherited from Form) |
| DoDelayLoadActions | Executes any initialization that was delayed until the first idle time |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component) |
| GetAccessibilityObjectById | Retrieves the specified AccessibleObject. (inherited from Control) |
| GetAutoSizeMode | Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (inherited from Control) |
| GetScaledBounds | (inherited from Form) |
| GetScrollState | Determines whether the specified flag has been set. (inherited from ScrollableControl) |
| GetService | Returns an object that represents a service provided by the Component or by its Container. (inherited from Component) |
| GetStyle | Retrieves the value of the specified control style bit for the control. (inherited from Control) |
| GetTopLevel | Determines if the control is a top-level control. (inherited from Control) |
| InitLayout | Called after the control has been added to another container. (inherited from Control) |
| InvokeGotFocus | Raises the GotFocus event for the specified control. (inherited from Control) |
| InvokeLostFocus | Raises the LostFocus event for the specified control. (inherited from Control) |
| InvokeOnClick | Raises the Click event for the specified control. (inherited from Control) |
| InvokePaint | Raises the Paint event for the specified control. (inherited from Control) |
| InvokePaintBackground | Raises the PaintBackground event for the specified control. (inherited from Control) |
| IsInputChar | Determines if a character is an input character that the control recognizes. (inherited from Control) |
| IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing. (inherited from Control) |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
| NotifyInvalidate | Raises the Invalidated event with a specified region of the control to invalidate. (inherited from Control) |
| OnActivated | Overloaded. Occurs when the CalendarAutoFormatDialog is activated. |
| OnAutoSizeChanged | Raises the AutoSizeChanged event. (inherited from Control) |
| OnAutoValidateChanged | Raises the AutoValidateChanged event. (inherited from ContainerControl) |
| OnBackColorChanged | Raises the BackColorChanged event. (inherited from Control) |
| OnBackgroundImageChanged | Raises the BackgroundImageChanged event. (inherited from Form) |
| OnBackgroundImageLayoutChanged | Raises the BackgroundImageLayoutChanged event. (inherited from Form) |
| OnBindingContextChanged | Raises the BindingContextChanged event. (inherited from Control) |
| OnCausesValidationChanged | Raises the CausesValidationChanged event. (inherited from Control) |
| OnChangeUICues | Raises the ChangeUICues event. (inherited from Control) |
| OnClick | Raises the Click event. (inherited from Control) |
| OnClientSizeChanged | Raises the ClientSizeChanged event. (inherited from Control) |
| OnClosed | Raises the Closed event. (inherited from Form) |
| OnClosing | Raises the Closing event. (inherited from Form) |
| OnContextMenuChanged | Raises the ContextMenuChanged event. (inherited from Control) |
| OnContextMenuStripChanged | Raises the ContextMenuStripChanged event. (inherited from Control) |
| OnControlAdded | Raises the ControlAdded event. (inherited from Control) |
| OnControlRemoved | Raises the ControlRemoved event. (inherited from Control) |
| OnCreateControl | Raises the CreateControl event. (inherited from Form) |
| OnCursorChanged | Raises the CursorChanged event. (inherited from Control) |
| OnDeactivate | Raises the Deactivate event. (inherited from Form) |
| OnDockChanged | Raises the DockChanged event. (inherited from Control) |
| OnDoubleClick | Raises the DoubleClick event. (inherited from Control) |
| OnDragDrop | Raises the DragDrop event. (inherited from Control) |
| OnDragEnter | Raises the DragEnter event. (inherited from Control) |
| OnDragLeave | Raises the DragLeave event. (inherited from Control) |
| OnDragOver | Raises the DragOver event. (inherited from Control) |
| OnEnabledChanged | (inherited from Form) |
| OnEnter | Raises the Enter event. (inherited from Form) |
| OnFontChanged | (inherited from Form) |
| OnForeColorChanged | Raises the ForeColorChanged event. (inherited from Control) |
| OnFormClosed | Raises the FormClosed event. (inherited from Form) |
| OnFormClosing | Raises the FormClosing event. (inherited from Form) |
| OnGiveFeedback | Raises the GiveFeedback event. (inherited from Control) |
| OnGotFocus | Raises the GotFocus event. (inherited from Control) |
| OnHandleCreated | (inherited from Form) |
| OnHandleDestroyed | (inherited from Form) |
| OnHelpButtonClicked | Raises the HelpButtonClicked event. (inherited from Form) |
| OnHelpRequested | Raises the HelpRequested event. (inherited from Control) |
| OnImeModeChanged | Raises the ImeModeChanged event. (inherited from Control) |
| OnInputLanguageChanged | Raises the InputLanguageChanged event. (inherited from Form) |
| OnInputLanguageChanging | Raises the InputLanguageChanging event. (inherited from Form) |
| OnInvalidated | Raises the Invalidated 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) |
| OnLayout | (inherited from Form) |
| OnLeave | Raises the Leave event. (inherited from Control) |
| OnLoad | Raises the Load event. (inherited from Form) |
| OnLocationChanged | Raises the LocationChanged event. (inherited from Control) |
| OnLostFocus | Raises the LostFocus event. (inherited from Control) |
| OnMarginChanged | Raises the MarginChanged event. (inherited from Control) |
| OnMaximizedBoundsChanged | Raises the MaximizedBoundsChanged event. (inherited from Form) |
| OnMaximumSizeChanged | Raises the MaximumSizeChanged event. (inherited from Form) |
| OnMdiChildActivate | Raises the MdiChildActivate event. (inherited from Form) |
| OnMenuComplete | Raises the MenuComplete event. (inherited from Form) |
| OnMenuStart | Raises the MenuStart event. (inherited from Form) |
| OnMinimumSizeChanged | Raises the MinimumSizeChanged event. (inherited from Form) |
| OnMouseCaptureChanged | Raises the MouseCaptureChanged event. (inherited from Control) |
| OnMouseClick | Raises the MouseClick event. (inherited from Control) |
| OnMouseDoubleClick | Raises the MouseDoubleClick event. (inherited from Control) |
| OnMouseDown | Raises the MouseDown event. (inherited from Control) |
| OnMouseEnter | Raises the MouseEnter event. (inherited from Control) |
| OnMouseHover | Raises the MouseHover event. (inherited from Control) |
| OnMouseLeave | Raises the MouseLeave event. (inherited from Control) |
| OnMouseMove | Raises the MouseMove event. (inherited from Control) |
| OnMouseUp | Raises the MouseUp event. (inherited from Control) |
| OnMouseWheel | Raises the MouseWheel event. (inherited from ScrollableControl) |
| OnMove | Raises the Move event. (inherited from Control) |
| OnNotifyMessage | Notifies the control of Windows messages. (inherited from Control) |
| OnOKClicked | Handles changes in the pre-defined schema choices |
| OnPaddingChanged | Raises the PaddingChanged event. (inherited from ScrollableControl) |
| OnPaint | (inherited from Form) |
| OnPaintBackground | Paints the background of the control. (inherited from ScrollableControl) |
| OnParentBackColorChanged | Raises the BackColorChanged event when the BackColor property value of the control's container changes. (inherited from Control) |
| OnParentBackgroundImageChanged | Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (inherited from Control) |
| OnParentBindingContextChanged | Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (inherited from Control) |
| OnParentChanged | (inherited from ContainerControl) |
| OnParentCursorChanged | Raises the CursorChanged event. (inherited from Control) |
| OnParentEnabledChanged | Raises the EnabledChanged event when the Enabled property value of the control's container changes. (inherited from Control) |
| OnParentFontChanged | Raises the FontChanged event when the Font property value of the control's container changes. (inherited from Control) |
| OnParentForeColorChanged | Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (inherited from Control) |
| OnParentRightToLeftChanged | Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (inherited from Control) |
| OnParentVisibleChanged | Raises the VisibleChanged event when the Visible property value of the control's container changes. (inherited from Control) |
| OnPreviewKeyDown | Raises the PreviewKeyDown event. (inherited from Control) |
| OnPrint | Raises the Paint event. (inherited from Control) |
| OnQueryContinueDrag | Raises the QueryContinueDrag event. (inherited from Control) |
| OnRegionChanged | Raises the RegionChanged event. (inherited from Control) |
| OnResize | (inherited from Form) |
| OnResizeBegin | Raises the ResizeBegin event. (inherited from Form) |
| OnResizeEnd | Raises the ResizeEnd event. (inherited from Form) |
| OnRightToLeftChanged | (inherited from ScrollableControl) |
| OnRightToLeftLayoutChanged | Raises the RightToLeftLayoutChanged event. (inherited from Form) |
| OnScroll | Raises the Scroll event. (inherited from ScrollableControl) |
| OnSelChangedScheme | Handles changes in the predefined schema choices |
| OnShown | Raises the Shown event. (inherited from Form) |
| OnSizeChanged | Raises the SizeChanged event. (inherited from Control) |
| OnStyleChanged | (inherited from Form) |
| OnSystemColorsChanged | Raises the SystemColorsChanged event. (inherited from Control) |
| OnTabIndexChanged | Raises the TabIndexChanged event. (inherited from Control) |
| OnTabStopChanged | Raises the TabStopChanged event. (inherited from Control) |
| OnTextChanged | (inherited from Form) |
| OnValidated | Raises the Validated event. (inherited from Control) |
| OnValidating | Raises the Validating event. (inherited from Control) |
| OnVisibleChanged | Raises the VisibleChanged event. (inherited from Form) |
| ProcessCmdKey | Processes a command key. (inherited from Form) |
| ProcessDialogChar | (inherited from Form) |
| ProcessDialogKey | Processes a dialog box key. (inherited from Form) |
| ProcessKeyEventArgs | Processes a key message and generates the appropriate control events. (inherited from Control) |
| ProcessKeyMessage | Processes a keyboard message. (inherited from Control) |
| ProcessKeyPreview | (inherited from Form) |
| ProcessMnemonic | (inherited from Form) |
| ProcessTabKey | (inherited from Form) |
| RaiseDragEvent | Raises the appropriate drag event. (inherited from Control) |
| RaiseKeyEvent | Raises the appropriate key event. (inherited from Control) |
| RaiseMouseEvent | Raises the appropriate mouse event. (inherited from Control) |
| RaisePaintEvent | Raises the appropriate paint event. (inherited from Control) |
| RecreateHandle | Forces the re-creation of the handle for the control. (inherited from Control) |
| ReflectMessage | Reflects the specified message to the control that is bound to the specified handle. (inherited from Control) |
| ResetMouseEventArgs | Resets the control to handle the MouseLeave event. (inherited from Control) |
| RtlTranslateAlignment | Overloaded. Converts the current alignment to the appropriate alignment to support right-to-left text. (inherited from Control) |
| RtlTranslateContent | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (inherited from Control) |
| RtlTranslateHorizontal | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (inherited from Control) |
| RtlTranslateLeftRight | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (inherited from Control) |
| SaveComponent | Saves any changes into the component |
| ScaleControl | (inherited from Form) |
| ScaleCore | Performs scaling of the form. (inherited from Form) |
| ScrollToControl | Calculates the scroll offset to the specified child control. (inherited from ScrollableControl) |
| Select | Overloaded. Activates the form and selects a child control. (inherited from Form) |
| SetAutoSizeMode | Sets a value indicating how a control will behave when its AutoSize property is enabled. (inherited from Control) |
| SetBoundsCore | (inherited from Form) |
| SetClientSizeCore | Sets the client size of the form. This will adjust the bounds of the form to make the client size the requested size. (inherited from Form) |
| SetDisplayRectLocation | Positions the display window to the specified value. (inherited from ScrollableControl) |
| SetScrollState | Sets the specified scroll state flag. (inherited from ScrollableControl) |
| SetStyle | Sets a specified ControlStyles flag to either true or false. (inherited from Control) |
| SetTopLevel | Sets the control as the top-level control. (inherited from Control) |
| SetVisibleCore | (inherited from Form) |
| SizeFromClientSize | Determines the size of the entire control from the height and width of its client area. (inherited from Control) |
| UpdateBounds | Overloaded. Updates the bounds of the control. (inherited from Control) |
| UpdateDefaultButton | Updates which button is the default button. (inherited from Form) |
| UpdateStyles | Forces the assigned styles to be reapplied to the control. (inherited from Control) |
| UpdateZOrder | Updates the control in its parent's z-order. (inherited from Control) |
| WndProc | (inherited from Form) |
Community Additions
ADD
Show: