dbicCalendar Send comments on this topic.
dbiAppointmentDialog Class Members
See Also  Properties  Methods  Events
dbicPIM Assembly > Dbi.PIM Namespace : dbiAppointmentDialog Class


"

The following tables list the members exposed by dbiAppointmentDialog.

"

Public Constructors

 NameDescription
public ConstructordbiAppointmentDialog ConstructorOverloaded. Initializes a new instance of the dbiAppointmentDialog class.  
Top

Public Properties

 NameDescription
public PropertyAcceptButtonGets or sets the button on the form that is clicked when the user presses the ENTER key. (Inherited from System.Windows.Forms.Form)
public PropertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleRoleGets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control)
public PropertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from System.Windows.Forms.Control)
public PropertyAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
public PropertyAppointmentGets or sets the appointment to display in the appointment dialog.  
public PropertyAutoScrollGets or sets a value indicating whether the form enables autoscrolling. (Inherited from System.Windows.Forms.Form)
public PropertyAutoScrollMarginGets or sets the size of the auto-scroll margin. (Inherited from System.Windows.Forms.ScrollableControl)
public PropertyAutoScrollMinSizeGets or sets the minimum size of the auto-scroll. (Inherited from System.Windows.Forms.ScrollableControl)
public PropertyAutoSizeResize the form according to the setting of System.Windows.Forms.Form.AutoSizeMode. (Inherited from System.Windows.Forms.Form)
public PropertyAutoSizeModeGets or sets the mode by which the form automatically resizes itself. (Inherited from System.Windows.Forms.Form)
public PropertyAutoValidateGets or sets a value that indicates whether controls in this container will be automatically validated when the focus changes. (Inherited from System.Windows.Forms.Form)
public PropertyBackColorGets or sets the background color for the control. (Inherited from System.Windows.Forms.Form)
public PropertyBackgroundImageGets or sets the background image displayed in the control. (Inherited from System.Windows.Forms.Control)
public PropertyBackgroundImageLayoutGets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Inherited from System.Windows.Forms.Control)
public PropertyCancelButtonGets or sets the button control that is clicked when the user presses the ESC key. (Inherited from System.Windows.Forms.Form)
public PropertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control)
public PropertyClientSizeGets or sets the size of the client area of the form. (Inherited from System.Windows.Forms.Form)
public PropertyContextMenuStripGets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control)
public PropertyControlBoxGets or sets a value indicating whether a control box is displayed in the caption bar of the form. (Inherited from System.Windows.Forms.Form)
public PropertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from System.Windows.Forms.Control)
public PropertyDataBindingsGets the data bindings for the control. (Inherited from System.Windows.Forms.Control)
public PropertyDeleteDetermines if the Delete button was click in the appointment dialog.  
public PropertyDisplayRectangleGets the rectangle that represents the virtual display area of the control. (Inherited from System.Windows.Forms.ScrollableControl)
public PropertyDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
public PropertyEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control)
public PropertyFontGets or sets the font of the text displayed by the control. (Inherited from System.Windows.Forms.Control)
public PropertyForeColorGets or sets the foreground color of the control. (Inherited from System.Windows.Forms.Control)
public PropertyFormBorderStyleGets or sets the border style of the form. (Inherited from System.Windows.Forms.Form)
public PropertyHelpButtonGets or sets a value indicating whether a Help button should be displayed in the caption box of the form. (Inherited from System.Windows.Forms.Form)
public PropertyIconGets or sets the icon for the form. (Inherited from System.Windows.Forms.Form)
public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control)
public PropertyIsMdiContainerGets or sets a value indicating whether the form is a container for multiple-document interface (MDI) child forms. (Inherited from System.Windows.Forms.Form)
public PropertyKeyPreviewGets or sets a value indicating whether the form will receive key events before the event is passed to the control that has focus. (Inherited from System.Windows.Forms.Form)
public PropertyLocationGets or sets the System.Drawing.Point that represents the upper-left corner of the System.Windows.Forms.Form in screen coordinates. (Inherited from System.Windows.Forms.Form)
public PropertyMainMenuStripGets or sets the primary menu container for the form. (Inherited from System.Windows.Forms.Form)
public PropertyMaximizeBoxGets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form. (Inherited from System.Windows.Forms.Form)
public PropertyMaximumSizeGets the maximum size the form can be resized to. (Inherited from System.Windows.Forms.Form)
public PropertyMinimizeBoxGets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form. (Inherited from System.Windows.Forms.Form)
public PropertyMinimumSizeGets or sets the minimum size the form can be resized to. (Inherited from System.Windows.Forms.Form)
public PropertyOpacityGets or sets the opacity level of the form. (Inherited from System.Windows.Forms.Form)
public PropertyPaddingGets or sets padding within the control. (Inherited from System.Windows.Forms.Control)
public PropertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control)
public PropertyRightToLeftLayoutGets or sets a value indicating whether right-to-left mirror placement is turned on. (Inherited from System.Windows.Forms.Form)
public PropertyShowIconGets or sets a value indicating whether an icon is displayed in the caption bar of the form. (Inherited from System.Windows.Forms.Form)
public PropertyShowInTaskbarGets or sets a value indicating whether the form is displayed in the Windows taskbar. (Inherited from System.Windows.Forms.Form)
public PropertySiteGets or sets the site of the control. (Inherited from System.Windows.Forms.Control)
public PropertySizeGets or sets the size of the form. (Inherited from System.Windows.Forms.Form)
public PropertySizeGripStyleGets or sets the style of the size grip to display in the lower-right corner of the form. (Inherited from System.Windows.Forms.Form)
public PropertyStartPositionGets or sets the starting position of the form at run time. (Inherited from System.Windows.Forms.Form)
public PropertyTagGets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control)
public PropertyTaskBarColorGets or sets the task bar color to display in the appointment dialog.  
public PropertyTextGets or sets the text associated with this control. (Inherited from System.Windows.Forms.Form)
public PropertyTopMostGets or sets a value indicating whether the form should be displayed as a topmost form. (Inherited from System.Windows.Forms.Form)
public PropertyTransparencyKeyGets or sets the color that will represent transparent areas of the form. (Inherited from System.Windows.Forms.Form)
public PropertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control)
public PropertyVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control)
public PropertyWindowStateGets or sets a value that indicates whether form is minimized, maximized, or normal. (Inherited from System.Windows.Forms.Form)
Top

Public Methods

 NameDescription
public MethodActivateActivates the form and gives it focus. (Inherited from System.Windows.Forms.Form)
public MethodAddOwnedFormAdds an owned form to this form. (Inherited from System.Windows.Forms.Form)
public MethodBeginInvokeOverloaded. Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control)
public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
public MethodCloseCloses the form. (Inherited from System.Windows.Forms.Form)
public MethodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
public MethodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
public MethodCreateGraphicsCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
public MethodDispose (Inherited from System.ComponentModel.Component)
public MethodDoDragDropBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
public MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
public MethodEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
public MethodFindFormRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
public MethodFocusSets input focus to the control. (Inherited from System.Windows.Forms.Control)
public MethodGetChildAtPointOverloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control)
public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInvalidateOverloaded. Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from System.Windows.Forms.Control)
public MethodInvokeOverloaded. Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. (Inherited from System.Windows.Forms.Control)
public MethodLayoutMdiArranges the multiple-document interface (MDI) child forms within the MDI parent form. (Inherited from System.Windows.Forms.Form)
public MethodLogicalToDeviceUnitsOverloaded. Converts a Logical DPI value to its equivalent DeviceUnit DPI value. (Inherited from System.Windows.Forms.Control)
public MethodPerformAutoScalePerforms scaling of the container control and its children. (Inherited from System.Windows.Forms.ContainerControl)
public MethodPerformLayoutOverloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control)
public MethodPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
public MethodPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
public MethodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
public MethodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
public MethodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
public MethodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
public MethodRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
public MethodRemoveOwnedFormRemoves an owned form from this form. (Inherited from System.Windows.Forms.Form)
public MethodResetTextResets the System.Windows.Forms.Control.Text property to its default value (System.String.Empty). (Inherited from System.Windows.Forms.Control)
public MethodResumeLayoutOverloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control)
public MethodScale (Inherited from System.Windows.Forms.Control)
public MethodScaleBitmapLogicalToDeviceScales a logical bitmap value to it's equivalent device unit value when a DPI change occurs. (Inherited from System.Windows.Forms.Control)
public MethodScrollControlIntoViewScrolls the specified child control into view on an auto-scroll enabled control. (Inherited from System.Windows.Forms.ScrollableControl)
public MethodSelectNextControlActivates the next control. (Inherited from System.Windows.Forms.Control)
public MethodSendToBackSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
public MethodSetAutoScrollMarginSets the size of the auto-scroll margins. (Inherited from System.Windows.Forms.ScrollableControl)
public MethodSetBoundsOverloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
public MethodSetDesktopBoundsSets the bounds of the form in desktop coordinates. (Inherited from System.Windows.Forms.Form)
public MethodSetDesktopLocationSets the location of the form in desktop coordinates. (Inherited from System.Windows.Forms.Form)
public MethodShowOverloaded. Shows the form with the specified owner to the user. (Inherited from System.Windows.Forms.Form)
public MethodShowDialogOverloaded. Shows the form as a modal dialog box. (Inherited from System.Windows.Forms.Form)
public MethodSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
public MethodToStringGets a string representing the current instance of the form. (Inherited from System.Windows.Forms.Form)
public MethodUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
public MethodValidateOverloaded. Verifies the value of the control losing focus by causing the System.Windows.Forms.Control.Validating and System.Windows.Forms.Control.Validated events to occur, in that order. (Inherited from System.Windows.Forms.ContainerControl)
public MethodValidateChildrenOverloaded. Causes all of the child controls within a control that support validation to validate their data. (Inherited from System.Windows.Forms.Form)
Top

Public Events

 NameDescription
public EventActivatedOccurs when the form is activated in code or by the user. (Inherited from System.Windows.Forms.Form)
public EventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from System.Windows.Forms.Control)
public EventClickOccurs when the control is clicked. (Inherited from System.Windows.Forms.Control)
public EventControlAddedOccurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
public EventDeactivateOccurs when the form loses focus and is no longer the active form. (Inherited from System.Windows.Forms.Form)
public EventDoubleClickOccurs when the control is double-clicked. (Inherited from System.Windows.Forms.Control)
public EventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from System.Windows.Forms.Control)
public EventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from System.Windows.Forms.Control)
public EventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from System.Windows.Forms.Control)
public EventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from System.Windows.Forms.Control)
public EventEnterOccurs when the control is entered. (Inherited from System.Windows.Forms.Control)
public EventFormClosedOccurs after the form is closed. (Inherited from System.Windows.Forms.Form)
public EventFormClosingOccurs before the form is closed. (Inherited from System.Windows.Forms.Form)
public EventGiveFeedbackOccurs during a drag operation. (Inherited from System.Windows.Forms.Control)
public EventHelpButtonClickedOccurs when the Help button is clicked. (Inherited from System.Windows.Forms.Form)
public EventHelpRequestedOccurs when the user requests help for a control. (Inherited from System.Windows.Forms.Control)
public EventInputLanguageChangingOccurs when the user attempts to change the input language for the form. (Inherited from System.Windows.Forms.Form)
public EventKeyDownOccurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
public EventKeyPressOccurs when a character. space or backspace key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
public EventKeyUpOccurs when a key is released while the control has focus. (Inherited from System.Windows.Forms.Control)
public EventLayoutOccurs when a control should reposition its child controls. (Inherited from System.Windows.Forms.Control)
public EventLeaveOccurs when the input focus leaves the control. (Inherited from System.Windows.Forms.Control)
public EventLoadOccurs before a form is displayed for the first time. (Inherited from System.Windows.Forms.Form)
public EventMdiChildActivateOccurs when a multiple-document interface (MDI) child form is activated or closed within an MDI application. (Inherited from System.Windows.Forms.Form)
public EventMouseClickOccurs when the control is clicked by the mouse. (Inherited from System.Windows.Forms.Control)
public EventMouseDoubleClickOccurs when the control is double clicked by the mouse. (Inherited from System.Windows.Forms.Control)
public EventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from System.Windows.Forms.Control)
public EventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from System.Windows.Forms.Control)
public EventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from System.Windows.Forms.Control)
public EventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from System.Windows.Forms.Control)
public EventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from System.Windows.Forms.Control)
public EventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from System.Windows.Forms.Control)
public EventMoveOccurs when the control is moved. (Inherited from System.Windows.Forms.Control)
public EventPaintOccurs when the control is redrawn. (Inherited from System.Windows.Forms.Control)
public EventPreviewKeyDownOccurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. (Inherited from System.Windows.Forms.Control)
public EventQueryAccessibilityHelpOccurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. (Inherited from System.Windows.Forms.Control)
public EventQueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.Control)
public EventResizeOccurs when the control is resized. (Inherited from System.Windows.Forms.Control)
public EventResizeBeginOccurs when a form enters resizing mode. (Inherited from System.Windows.Forms.Form)
public EventResizeEndOccurs when a form exits resizing mode. (Inherited from System.Windows.Forms.Form)
public EventScrollOccurs when the user or code scrolls through the client area. (Inherited from System.Windows.Forms.ScrollableControl)
public EventShownOccurs whenever the form is first displayed. (Inherited from System.Windows.Forms.Form)
public EventValidatedOccurs when the control is finished validating. (Inherited from System.Windows.Forms.Control)
public EventValidatingOccurs when the control is validating. (Inherited from System.Windows.Forms.Control)
Top

See Also