このクラスのメンバの一覧は、FormulaBuilderDialogメンバを参照してください。
名前 | 解説 | |
---|---|---|
![]() | Activated | Occurs when the form is activated in code or by the user. System.Windows.Forms.Formから継承されます。 |
![]() | AutoSizeChanged | Occurs when the System.Windows.Forms.Form.AutoSize property changes. System.Windows.Forms.Formから継承されます。 |
![]() | AutoValidateChanged | Occurs when the System.Windows.Forms.Form.AutoValidate property changes. System.Windows.Forms.Formから継承されます。 |
![]() | BackColorChanged | Occurs when the value of the System.Windows.Forms.Control.BackColor property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | BackgroundImageChanged | Occurs when the value of the System.Windows.Forms.Control.BackgroundImage property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | BackgroundImageLayoutChanged | Occurs when the System.Windows.Forms.Control.BackgroundImageLayout property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | BindingContextChanged | Occurs when the value of the System.Windows.Forms.BindingContext property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | CausesValidationChanged | Occurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. System.Windows.Forms.Controlから継承されます。 |
![]() | Click | Occurs when the control is clicked. System.Windows.Forms.Controlから継承されます。 |
![]() | ClientSizeChanged | Occurs when the value of the System.Windows.Forms.Control.ClientSize property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | ContextMenuChanged | Occurs when the value of the System.Windows.Forms.Control.ContextMenu property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | ContextMenuStripChanged | Occurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | ControlAdded | Occurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. System.Windows.Forms.Controlから継承されます。 |
![]() | ControlRemoved | Occurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. System.Windows.Forms.Controlから継承されます。 |
![]() | CursorChanged | Occurs when the value of the System.Windows.Forms.Control.Cursor property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | Deactivate | Occurs when the form loses focus and is no longer the active form. System.Windows.Forms.Formから継承されます。 |
![]() | Disposed | System.ComponentModel.Componentから継承されます。 |
![]() | DockChanged | Occurs when the value of the System.Windows.Forms.Control.Dock property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | DoubleClick | Occurs when the control is double-clicked. System.Windows.Forms.Controlから継承されます。 |
![]() | DpiChanged | Occurs when the DPI setting changes on the display device where the form is currently displayed. System.Windows.Forms.Formから継承されます。 |
![]() | DpiChangedAfterParent | Occurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed. System.Windows.Forms.Controlから継承されます。 |
![]() | DpiChangedBeforeParent | Occurs when the DPI setting for a control is changed programmatically before a DPI change event for its parent control or form has occurred. System.Windows.Forms.Controlから継承されます。 |
![]() | DragDrop | Occurs when a drag-and-drop operation is completed. System.Windows.Forms.Controlから継承されます。 |
![]() | DragEnter | Occurs when an object is dragged into the control's bounds. System.Windows.Forms.Controlから継承されます。 |
![]() | DragLeave | Occurs when an object is dragged out of the control's bounds. System.Windows.Forms.Controlから継承されます。 |
![]() | DragOver | Occurs when an object is dragged over the control's bounds. System.Windows.Forms.Controlから継承されます。 |
![]() | EnabledChanged | Occurs when the System.Windows.Forms.Control.Enabled property value has changed. System.Windows.Forms.Controlから継承されます。 |
![]() | Enter | Occurs when the control is entered. System.Windows.Forms.Controlから継承されます。 |
![]() | FontChanged | Occurs when the System.Windows.Forms.Control.Font property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | ForeColorChanged | Occurs when the System.Windows.Forms.Control.ForeColor property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | FormClosed | Occurs after the form is closed. System.Windows.Forms.Formから継承されます。 |
![]() | FormClosing | Occurs before the form is closed. System.Windows.Forms.Formから継承されます。 |
![]() | FunctionInitializing | Printツールのクリックに応じて、印刷操作が終わった後に発生します。 |
![]() | GiveFeedback | Occurs during a drag operation. System.Windows.Forms.Controlから継承されます。 |
![]() | GotFocus | Occurs when the control receives focus. System.Windows.Forms.Controlから継承されます。 |
![]() | HandleCreated | Occurs when a handle is created for the control. System.Windows.Forms.Controlから継承されます。 |
![]() | HandleDestroyed | Occurs when the control's handle is in the process of being destroyed. System.Windows.Forms.Controlから継承されます。 |
![]() | HelpButtonClicked | Occurs when the Help button is clicked. System.Windows.Forms.Formから継承されます。 |
![]() | HelpRequested | Occurs when the user requests help for a control. System.Windows.Forms.Controlから継承されます。 |
![]() | ImeModeChanged | Occurs when the System.Windows.Forms.Control.ImeMode property has changed. System.Windows.Forms.Controlから継承されます。 |
![]() | InputLanguageChanged | Occurs after the input language of the form has changed. System.Windows.Forms.Formから継承されます。 |
![]() | InputLanguageChanging | Occurs when the user attempts to change the input language for the form. System.Windows.Forms.Formから継承されます。 |
![]() | Invalidated | Occurs when a control's display requires redrawing. System.Windows.Forms.Controlから継承されます。 |
![]() | KeyDown | Occurs when a key is pressed while the control has focus. System.Windows.Forms.Controlから継承されます。 |
![]() | KeyPress | Occurs when a character. space or backspace key is pressed while the control has focus. System.Windows.Forms.Controlから継承されます。 |
![]() | KeyUp | Occurs when a key is released while the control has focus. System.Windows.Forms.Controlから継承されます。 |
![]() | Layout | Occurs when a control should reposition its child controls. System.Windows.Forms.Controlから継承されます。 |
![]() | Leave | Occurs when the input focus leaves the control. System.Windows.Forms.Controlから継承されます。 |
![]() | Load | Occurs before a form is displayed for the first time. System.Windows.Forms.Formから継承されます。 |
![]() | LocationChanged | Occurs when the System.Windows.Forms.Control.Location property value has changed. System.Windows.Forms.Controlから継承されます。 |
![]() | LostFocus | Occurs when the control loses focus. System.Windows.Forms.Controlから継承されます。 |
![]() | MaximizedBoundsChanged | Occurs when the value of the System.Windows.Forms.Form.MaximizedBounds property has changed. System.Windows.Forms.Formから継承されます。 |
![]() | MaximumSizeChanged | Occurs when the value of the System.Windows.Forms.Form.MaximumSize property has changed. System.Windows.Forms.Formから継承されます。 |
![]() | MdiChildActivate | Occurs when a multiple-document interface (MDI) child form is activated or closed within an MDI application. System.Windows.Forms.Formから継承されます。 |
![]() | MenuComplete | Occurs when the menu of a form loses focus. System.Windows.Forms.Formから継承されます。 |
![]() | MenuStart | Occurs when the menu of a form receives focus. System.Windows.Forms.Formから継承されます。 |
![]() | MinimumSizeChanged | Occurs when the value of the System.Windows.Forms.Form.MinimumSize property has changed. System.Windows.Forms.Formから継承されます。 |
![]() | MouseCaptureChanged | Occurs when the control loses mouse capture. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseClick | Occurs when the control is clicked by the mouse. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseDoubleClick | Occurs when the control is double clicked by the mouse. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseEnter | Occurs when the mouse pointer enters the control. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseHover | Occurs when the mouse pointer rests on the control. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseLeave | Occurs when the mouse pointer leaves the control. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseMove | Occurs when the mouse pointer is moved over the control. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. System.Windows.Forms.Controlから継承されます。 |
![]() | MouseWheel | Occurs when the mouse wheel moves while the control has focus. System.Windows.Forms.Controlから継承されます。 |
![]() | Move | Occurs when the control is moved. System.Windows.Forms.Controlから継承されます。 |
![]() | OperandInitializing | ページ設定ダイアログが表示される前に発生します。 |
![]() | PaddingChanged | Occurs when the control's padding changes. System.Windows.Forms.Controlから継承されます。 |
![]() | Paint | Occurs when the control is redrawn. System.Windows.Forms.Controlから継承されます。 |
![]() | ParentChanged | Occurs when the System.Windows.Forms.Control.Parent property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | PreviewKeyDown | Occurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. System.Windows.Forms.Controlから継承されます。 |
![]() | QueryAccessibilityHelp | Occurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. System.Windows.Forms.Controlから継承されます。 |
![]() | QueryContinueDrag | Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. System.Windows.Forms.Controlから継承されます。 |
![]() | RegionChanged | Occurs when the value of the System.Windows.Forms.Control.Region property changes. System.Windows.Forms.Controlから継承されます。 |
![]() | Resize | Occurs when the control is resized. System.Windows.Forms.Controlから継承されます。 |
![]() | ResizeBegin | Occurs when a form enters resizing mode. System.Windows.Forms.Formから継承されます。 |
![]() | ResizeEnd | Occurs when a form exits resizing mode. System.Windows.Forms.Formから継承されます。 |
![]() | RightToLeftChanged | Occurs when the System.Windows.Forms.Control.RightToLeft property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | RightToLeftLayoutChanged | Occurs after the value of the System.Windows.Forms.Form.RightToLeftLayout property changes. System.Windows.Forms.Formから継承されます。 |
![]() | Scroll | Occurs when the user or code scrolls through the client area. System.Windows.Forms.ScrollableControlから継承されます。 |
![]() | Shown | Occurs whenever the form is first displayed. System.Windows.Forms.Formから継承されます。 |
![]() | SizeChanged | Occurs when the System.Windows.Forms.Control.Size property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | StyleChanged | Occurs when the control style changes. System.Windows.Forms.Controlから継承されます。 |
![]() | SystemColorsChanged | Occurs when the system colors change. System.Windows.Forms.Controlから継承されます。 |
![]() | TextChanged | Occurs when the System.Windows.Forms.Control.Text property value changes. System.Windows.Forms.Controlから継承されます。 |
![]() | Validated | Occurs when the control is finished validating. System.Windows.Forms.Controlから継承されます。 |
![]() | Validating | Occurs when the control is validating. System.Windows.Forms.Controlから継承されます。 |
![]() | VisibleChanged | Occurs when the System.Windows.Forms.Control.Visible property value changes. System.Windows.Forms.Controlから継承されます。 |