DataPA Enterprise Dashboard Controls API Reference

The frmErrorDetails type exposes the following members.

Constructors

  Name Description
Public method frmErrorDetails
Initializes a new instance of the frmErrorDetails class

Methods

  Name Description
Public method Activate
Activates the form and gives it focus.
(Inherited from Form.)
Protected method ActivateMdiChild
Activates the MDI child of a form.
(Inherited from Form.)
Public method AddOwnedForm
Adds an owned form to this form.
(Inherited from Form.)
Protected method AdjustFormScrollbars (Inherited from Form.)
Protected method ApplyAutoScaling Obsolete.
Resizes the form according to the current value of the AutoScaleBaseSize property and the size of the current font.
(Inherited from Form.)
Protected method CenterToParent
Centers the position of the form within the bounds of the parent form.
(Inherited from Form.)
Protected method CenterToScreen
Centers the form on the current screen.
(Inherited from Form.)
Public method Close
Closes the form.
(Inherited from Form.)
Protected method CreateControlsInstance (Inherited from Form.)
Protected method CreateHandle
Creates the handle for the form. If a derived class overrides this function, it must call the base implementation.
(Inherited from Form.)
Protected method DefWndProc (Inherited from Form.)
Protected method Dispose
Releases the unmanaged resources used by the frmErrorDetails and optionally releases the managed resources
(Overrides Form..::..Dispose(Boolean).)
Protected method GetScaledBounds (Inherited from Form.)
Public method LayoutMdi
Arranges the multiple-document interface (MDI) child forms within the MDI parent form.
(Inherited from Form.)
Protected method OnActivated
Raises the Activated event.
(Inherited from Form.)
Protected method OnBackgroundImageChanged
Raises the BackgroundImageChanged event.
(Inherited from Form.)
Protected method OnBackgroundImageLayoutChanged (Inherited from Form.)
Protected method OnClosed
Raises the Closed event.
(Inherited from Form.)
Protected method OnClosing
Raises the Closing event.
(Inherited from Form.)
Protected method OnCreateControl
Raises the CreateControl event.
(Inherited from Form.)
Protected method OnDeactivate
Raises the Deactivate event.
(Inherited from Form.)
Protected method OnEnabledChanged (Inherited from Form.)
Protected method OnEnter
Raises the Enter event.
(Inherited from Form.)
Protected method OnFontChanged (Inherited from Form.)
Protected method OnFormClosed
Raises the FormClosed event.
(Inherited from Form.)
Protected method OnFormClosing
Raises the FormClosing event.
(Inherited from Form.)
Protected method OnHandleCreated (Inherited from Form.)
Protected method OnHandleDestroyed (Inherited from Form.)
Protected method OnHelpButtonClicked
Raises the HelpButtonClicked event.
(Inherited from Form.)
Protected method OnInputLanguageChanged
Raises the InputLanguageChanged event.
(Inherited from Form.)
Protected method OnInputLanguageChanging
Raises the InputLanguageChanging event.
(Inherited from Form.)
Protected method OnLayout (Inherited from Form.)
Protected method OnLoad
Raises the Load event.
(Inherited from Form.)
Protected method OnMaximizedBoundsChanged
Raises the MaximizedBoundsChanged event.
(Inherited from Form.)
Protected method OnMaximumSizeChanged
Raises the MaximumSizeChanged event.
(Inherited from Form.)
Protected method OnMdiChildActivate
Raises the MdiChildActivate event.
(Inherited from Form.)
Protected method OnMenuComplete
Raises the MenuComplete event.
(Inherited from Form.)
Protected method OnMenuStart
Raises the MenuStart event.
(Inherited from Form.)
Protected method OnMinimumSizeChanged
Raises the MinimumSizeChanged event.
(Inherited from Form.)
Protected method OnPaint (Inherited from Form.)
Protected method OnResize (Inherited from Form.)
Protected method OnResizeBegin
Raises the ResizeBegin event.
(Inherited from Form.)
Protected method OnResizeEnd
Raises the ResizeEnd event.
(Inherited from Form.)
Protected method OnRightToLeftLayoutChanged
Raises the RightToLeftLayoutChanged event.
(Inherited from Form.)
Protected method OnShown
Raises the Shown event.
(Inherited from Form.)
Protected method OnStyleChanged (Inherited from Form.)
Protected method OnTextChanged (Inherited from Form.)
Protected method OnVisibleChanged
Raises the VisibleChanged event.
(Inherited from Form.)
Protected method ProcessCmdKey
Processes a command key.
(Inherited from Form.)
Protected method ProcessDialogChar (Inherited from Form.)
Protected method ProcessDialogKey
Processes a dialog box key.
(Inherited from Form.)
Protected method ProcessKeyPreview (Inherited from Form.)
Protected method ProcessMnemonic (Inherited from Form.)
Protected method ProcessTabKey (Inherited from Form.)
Public method RemoveOwnedForm
Removes an owned form from this form.
(Inherited from Form.)
Protected method ScaleControl (Inherited from Form.)
Protected method ScaleCore
Performs scaling of the form.
(Inherited from Form.)
Protected method Select
Selects this form, and optionally selects the next or previous control.
(Inherited from Form.)
Protected method SetBoundsCore (Inherited from Form.)
Protected method 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.)
Public method SetDesktopBounds
Sets the bounds of the form in desktop coordinates.
(Inherited from Form.)
Public method SetDesktopLocation
Sets the location of the form in desktop coordinates.
(Inherited from Form.)
Protected method SetVisibleCore (Inherited from Form.)
Public method Show
Shows the form with the specified owner to the user.
(Inherited from Form.)
Public method ShowDialog()()()()
Shows the form as a modal dialog box.
(Inherited from Form.)
Public method ShowDialog(IWin32Window)
Shows the form as a modal dialog box with the specified owner.
(Inherited from Form.)
Public method ToString
Gets a string representing the current instance of the form.
(Inherited from Form.)
Protected method UpdateDefaultButton
Updates which button is the default button.
(Inherited from Form.)
Public method ValidateChildren()()()() (Inherited from Form.)
Public method ValidateChildren(ValidationConstraints) (Inherited from Form.)
Protected method WndProc (Inherited from Form.)

Properties

  Name Description
Public property AcceptButton
Gets or sets the button on the form that is clicked when the user presses the ENTER key.
(Inherited from Form.)
Public property ActiveMdiChild
Gets the currently active multiple-document interface (MDI) child window.
(Inherited from Form.)
Public property AllowTransparency
Gets or sets a value indicating whether the opacity of the form can be adjusted.
(Inherited from Form.)
Public property AutoScale Obsolete.
Gets or sets a value indicating whether the form adjusts its size to fit the height of the font used on the form and scales its controls.
(Inherited from Form.)
Public property AutoScaleBaseSize
Gets or sets the base size used for autoscaling of the form.
(Inherited from Form.)
Public property AutoScroll
Gets or sets a value indicating whether the form enables autoscrolling.
(Inherited from Form.)
Public property AutoSize
Resize the form according to the setting of AutoSizeMode.
(Inherited from Form.)
Public property AutoSizeMode
Gets or sets the mode by which the form automatically resizes itself.
(Inherited from Form.)
Public property AutoValidate (Inherited from Form.)
Public property BackColor (Inherited from Form.)
Public property CancelButton
Gets or sets the button control that is clicked when the user presses the ESC key.
(Inherited from Form.)
Public property ClientSize
Gets or sets the size of the client area of the form.
(Inherited from Form.)
Public property ControlBox
Gets or sets a value indicating whether a control box is displayed in the caption bar of the form.
(Inherited from Form.)
Protected property CreateParams (Inherited from Form.)
Protected property DefaultImeMode
Gets the default Input Method Editor (IME) mode supported by the control.
(Inherited from Form.)
Protected property DefaultSize (Inherited from Form.)
Public property DesktopBounds
Gets or sets the size and location of the form on the Windows desktop.
(Inherited from Form.)
Public property DesktopLocation
Gets or sets the location of the form on the Windows desktop.
(Inherited from Form.)
Public property DialogResult
Gets or sets the dialog result for the form.
(Inherited from Form.)
Public property FormBorderStyle
Gets or sets the border style of the form.
(Inherited from Form.)
Public property HelpButton
Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form.
(Inherited from Form.)
Public property Icon
Gets or sets the icon for the form.
(Inherited from Form.)
Public property IsMdiChild
Gets a value indicating whether the form is a multiple-document interface (MDI) child form.
(Inherited from Form.)
Public property IsMdiContainer
Gets or sets a value indicating whether the form is a container for multiple-document interface (MDI) child forms.
(Inherited from Form.)
Public property IsRestrictedWindow
Gets a value indicating whether the form can use all windows and user input events without restriction.
(Inherited from Form.)
Public property KeyPreview
Gets 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 Form.)
Public property Location
Gets or sets the Point that represents the upper-left corner of the Form in screen coordinates.
(Inherited from Form.)
Public property MainMenuStrip
Gets or sets the primary menu container for the form.
(Inherited from Form.)
Public property Margin (Inherited from Form.)
Public property MaximizeBox
Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form.
(Inherited from Form.)
Protected property MaximizedBounds
Gets and sets the size of the form when it is maximized.
(Inherited from Form.)
Public property MaximumSize
Gets the maximum size the form can be resized to.
(Inherited from Form.)
Public property MdiChildren
Gets an array of forms that represent the multiple-document interface (MDI) child forms that are parented to this form.
(Inherited from Form.)
Public property MdiParent
Gets or sets the current multiple-document interface (MDI) parent form of this form.
(Inherited from Form.)
Public property Menu
Gets or sets the MainMenu that is displayed in the form.
(Inherited from Form.)
Public property MergedMenu
Gets the merged menu for the form.
(Inherited from Form.)
Public property MinimizeBox
Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form.
(Inherited from Form.)
Public property MinimumSize
Gets or sets the minimum size the form can be resized to.
(Inherited from Form.)
Public property Modal
Gets a value indicating whether this form is displayed modally.
(Inherited from Form.)
Public property Opacity
Gets or sets the opacity level of the form.
(Inherited from Form.)
Public property OwnedForms
Gets an array of Form objects that represent all forms that are owned by this form.
(Inherited from Form.)
Public property Owner
Gets or sets the form that owns this form.
(Inherited from Form.)
Public property RestoreBounds
Gets the location and size of the form in its normal window state.
(Inherited from Form.)
Public property RightToLeftLayout
Gets or sets a value indicating whether right-to-left mirror placement is turned on.
(Inherited from Form.)
Public property ShowIcon
Gets or sets a value indicating whether an icon is displayed in the caption bar of the form.
(Inherited from Form.)
Public property ShowInTaskbar
Gets or sets a value indicating whether the form is displayed in the Windows taskbar.
(Inherited from Form.)
Protected property ShowWithoutActivation
Gets a value indicating whether the window will be activated when it is shown.
(Inherited from Form.)
Public property Size
Gets or sets the size of the form.
(Inherited from Form.)
Public property SizeGripStyle
Gets or sets the style of the size grip to display in the lower-right corner of the form.
(Inherited from Form.)
Public property StartPosition
Gets or sets the starting position of the form at run time.
(Inherited from Form.)
Public property TabIndex
Gets or sets the tab order of the control within its container.
(Inherited from Form.)
Public property TabStop (Inherited from Form.)
Public property Text (Inherited from Form.)
Public property TopLevel
Gets or sets a value indicating whether to display the form as a top-level window.
(Inherited from Form.)
Public property TopMost
Gets or sets a value indicating whether the form should be displayed as a topmost form.
(Inherited from Form.)
Public property TransparencyKey
Gets or sets the color that will represent transparent areas of the form.
(Inherited from Form.)
Public property WindowState
Gets or sets a value that indicates whether form is minimized, maximized, or normal.
(Inherited from Form.)

Events

  Name Description
Public event Activated
Occurs when the form is activated in code or by the user.
(Inherited from Form.)
Public event AutoSizeChanged (Inherited from Form.)
Public event AutoValidateChanged (Inherited from Form.)
Public event Closed
Occurs when the form is closed.
(Inherited from Form.)
Public event Closing
Occurs when the form is closing.
(Inherited from Form.)
Public event Deactivate
Occurs when the form loses focus and is no longer the active form.
(Inherited from Form.)
Public event FormClosed
Occurs after the form is closed.
(Inherited from Form.)
Public event FormClosing
Occurs before the form is closed.
(Inherited from Form.)
Public event HelpButtonClicked
Occurs when the Help button is clicked.
(Inherited from Form.)
Public event InputLanguageChanged
Occurs after the input language of the form has changed.
(Inherited from Form.)
Public event InputLanguageChanging
Occurs when the user attempts to change the input language for the form.
(Inherited from Form.)
Public event Load
Occurs before a form is displayed for the first time.
(Inherited from Form.)
Public event MarginChanged (Inherited from Form.)
Public event MaximizedBoundsChanged
Occurs when the value of the MaximizedBounds property has changed.
(Inherited from Form.)
Public event MaximumSizeChanged
Occurs when the value of the MaximumSize property has changed.
(Inherited from Form.)
Public event MdiChildActivate
Occurs when a multiple-document interface (MDI) child form is activated or closed within an MDI application.
(Inherited from Form.)
Public event MenuComplete
Occurs when the menu of a form loses focus.
(Inherited from Form.)
Public event MenuStart
Occurs when the menu of a form receives focus.
(Inherited from Form.)
Public event MinimumSizeChanged
Occurs when the value of the MinimumSize property has changed.
(Inherited from Form.)
Public event ResizeBegin
Occurs when a form enters resizing mode.
(Inherited from Form.)
Public event ResizeEnd
Occurs when a form exits resizing mode.
(Inherited from Form.)
Public event RightToLeftLayoutChanged
Occurs after the value of the RightToLeftLayout property changes.
(Inherited from Form.)
Public event Shown
Occurs whenever the form is first displayed.
(Inherited from Form.)
Public event TabIndexChanged
Occurs when the value of the TabIndex property changes.
(Inherited from Form.)
Public event TabStopChanged (Inherited from Form.)

See Also