RegexEditorDialog 类
定义
提供用于编辑 RegularExpressionValidator 使用的正则表达式的对话框。Provides a dialog box for editing regular expressions used by the RegularExpressionValidator.
public ref class RegexEditorDialog : System::Windows::Forms::Form
public class RegexEditorDialog : System.Windows.Forms.Form
type RegexEditorDialog = class
inherit Form
Public Class RegexEditorDialog
Inherits Form
- 继承
-
RegexEditorDialog
构造函数
| RegexEditorDialog(ISite) |
初始化 RegexEditorDialog 类的新实例。Initializes a new instance of the RegexEditorDialog class. |
字段
| ScrollStateAutoScrolling |
确定 AutoScroll 属性的值。Determines the value of the AutoScroll property. (继承自 ScrollableControl) |
| ScrollStateFullDrag |
确定用户是否启用了全窗口拖动。Determines whether the user has enabled full window drag. (继承自 ScrollableControl) |
| ScrollStateHScrollVisible |
确定 HScroll 属性的值是否设置为 |
| ScrollStateUserHasScrolled |
确定用户是否滚动了 ScrollableControl 控件。Determines whether the user had scrolled through the ScrollableControl control. (继承自 ScrollableControl) |
| ScrollStateVScrollVisible |
确定 VScroll 属性的值是否设置为 |
属性
| AcceptButton |
获取或设置当用户按 Enter 键时所单击的窗体上的按钮。Gets or sets the button on the form that is clicked when the user presses the ENTER key. (继承自 Form) |
| AccessibilityObject |
获取分配给该控件的 AccessibleObject。Gets the AccessibleObject assigned to the control. (继承自 Control) |
| AccessibleDefaultActionDescription |
获取或设置控件的默认操作说明以供具有辅助功能的客户端应用程序使用。Gets or sets the default action description of the control for use by accessibility client applications. (继承自 Control) |
| AccessibleDescription |
获取或设置辅助功能客户端应用程序使用的控件说明。Gets or sets the description of the control used by accessibility client applications. (继承自 Control) |
| AccessibleName |
获取或设置辅助功能客户端应用程序所使用的控件名称。Gets or sets the name of the control used by accessibility client applications. (继承自 Control) |
| AccessibleRole |
获取或设置控件的辅助性角色。Gets or sets the accessible role of the control. (继承自 Control) |
| ActiveControl |
获取或设置容器控件上的活动控件。Gets or sets the active control on the container control. (继承自 ContainerControl) |
| ActiveMdiChild |
获取当前活动的多文档界面 (MDI) 子窗口。Gets the currently active multiple-document interface (MDI) child window. (继承自 Form) |
| AllowDrop |
获取或设置一个值,该值指示控件是否可以接受用户拖放到它上面的数据。Gets or sets a value indicating whether the control can accept data that the user drags onto it. (继承自 Control) |
| AllowTransparency |
获取或设置一个值,该值指示能否调整窗体的不透明度。Gets or sets a value indicating whether the opacity of the form can be adjusted. (继承自 Form) |
| Anchor |
获取或设置控件绑定到的容器的边缘并确定控件如何随其父级一起调整大小。Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (继承自 Control) |
| AutoScale |
已过时。
获取或设置一个值,该值指示窗体是否调整其大小以适合该窗体上使用的字体高度,以及是否缩放其控件。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. (继承自 Form) |
| AutoScaleBaseSize |
获取或设置用于自动缩放窗体的基大小。Gets or sets the base size used for autoscaling of the form. (继承自 Form) |
| AutoScaleDimensions |
获取或设置控件的设计尺寸。Gets or sets the dimensions that the control was designed to. (继承自 ContainerControl) |
| AutoScaleFactor |
获取当前和设计时自动缩放尺寸之间的缩放因子。Gets the scaling factor between the current and design-time automatic scaling dimensions. (继承自 ContainerControl) |
| AutoScaleMode |
获取或设置控件的自动缩放模式。Gets or sets the automatic scaling mode of the control. (继承自 ContainerControl) |
| AutoScroll |
获取或设置一个值,该值指示窗体是否启用自动滚动。Gets or sets a value indicating whether the form enables autoscrolling. (继承自 Form) |
| AutoScrollMargin |
获取或设置自动滚动边距的大小。Gets or sets the size of the auto-scroll margin. (继承自 ScrollableControl) |
| AutoScrollMinSize |
获取或设置自动滚动的最小尺寸。Gets or sets the minimum size of the auto-scroll. (继承自 ScrollableControl) |
| AutoScrollOffset |
获取或设置一个值,该值指示在 ScrollControlIntoView(Control) 中将控件滚动到何处。Gets or sets where this control is scrolled to in ScrollControlIntoView(Control). (继承自 Control) |
| AutoScrollPosition |
获取或设置自动滚动定位的位置。Gets or sets the location of the auto-scroll position. (继承自 ScrollableControl) |
| AutoSize |
根据 AutoSizeMode 的设置调整窗体的大小。Resize the form according to the setting of AutoSizeMode. (继承自 Form) |
| AutoSizeMode |
获取或设置窗体自动调整自身大小的模式。Gets or sets the mode by which the form automatically resizes itself. (继承自 Form) |
| AutoValidate |
获取或设置一个值,该值指示当焦点更改时是否自动验证此容器内的控件。Gets or sets a value that indicates whether controls in this container will be automatically validated when the focus changes. (继承自 Form) |
| BackColor |
获取或设置控件的背景色。Gets or sets the background color for the control. (继承自 Form) |
| BackgroundImage |
获取或设置在控件中显示的背景图像。Gets or sets the background image displayed in the control. (继承自 Control) |
| BackgroundImageLayout |
获取或设置在 ImageLayout 枚举中定义的背景图像布局。Gets or sets the background image layout as defined in the ImageLayout enumeration. (继承自 Control) |
| BindingContext |
获取或设置控件的 BindingContext。Gets or sets the BindingContext for the control. (继承自 ContainerControl) |
| Bottom |
获取控件下边缘与其容器的工作区上边缘之间的距离(以像素为单位)。Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (继承自 Control) |
| Bounds |
获取或设置控件(包括其非工作区元素)相对于其父控件的大小和位置(以像素为单位)。Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (继承自 Control) |
| CancelButton |
获取或设置当用户按 Esc 键时单击的按钮控件。Gets or sets the button control that is clicked when the user presses the ESC key. (继承自 Form) |
| CanEnableIme |
获取一个用以指示是否可以将 ImeMode 属性设置为活动值的值,以启用 IME 支持。Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (继承自 ContainerControl) |
| CanFocus |
获取一个值,该值指示控件是否可以接收焦点。Gets a value indicating whether the control can receive focus. (继承自 Control) |
| CanRaiseEvents |
确定是否可以在控件上引发事件。Determines if events can be raised on the control. (继承自 Control) |
| CanSelect |
获取一个值,该值指示是否可以选中控件。Gets a value indicating whether the control can be selected. (继承自 Control) |
| Capture |
获取或设置一个值,该值指示控件是否已捕获鼠标。Gets or sets a value indicating whether the control has captured the mouse. (继承自 Control) |
| CausesValidation |
获取或设置一个值,该值指示控件是否会引起在任何需要在接收焦点时执行验证的控件上执行验证。Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (继承自 Control) |
| ClientRectangle |
获取表示控件的工作区的矩形。Gets the rectangle that represents the client area of the control. (继承自 Control) |
| ClientSize |
获取或设置窗体工作区的大小。Gets or sets the size of the client area of the form. (继承自 Form) |
| CompanyName |
获取包含控件的应用程序的公司名称或创建者。Gets the name of the company or creator of the application containing the control. (继承自 Control) |
| Container |
获取包含 IContainer 的 Component。Gets the IContainer that contains the Component. (继承自 Component) |
| ContainsFocus |
获取一个值,该值指示控件或它的一个子控件当前是否有输入焦点。Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (继承自 Control) |
| ContextMenu |
获取或设置与控件关联的快捷菜单。Gets or sets the shortcut menu associated with the control. (继承自 Control) |
| ContextMenuStrip |
获取或设置与此控件关联的 ContextMenuStrip。Gets or sets the ContextMenuStrip associated with this control. (继承自 Control) |
| ControlBox |
获取或设置一个值,该值指示在该窗体的标题栏中是否显示控件框。Gets or sets a value indicating whether a control box is displayed in the caption bar of the form. (继承自 Form) |
| Controls |
获取包含在控件内的控件的集合。Gets the collection of controls contained within the control. (继承自 Control) |
| Created |
获取一个值,该值指示控件是否已经创建。Gets a value indicating whether the control has been created. (继承自 Control) |
| CreateParams |
获取创建控件句柄时所需要的创建参数。Gets the required creation parameters when the control handle is created. (继承自 Form) |
| CurrentAutoScaleDimensions |
获取屏幕的当前运行时尺寸。Gets the current run-time dimensions of the screen. (继承自 ContainerControl) |
| Cursor |
获取或设置当鼠标指针位于控件上时显示的光标。Gets or sets the cursor that is displayed when the mouse pointer is over the control. (继承自 Control) |
| DataBindings |
为该控件获取数据绑定。Gets the data bindings for the control. (继承自 Control) |
| DefaultCursor |
获取或设置控件的默认光标。Gets or sets the default cursor for the control. (继承自 Control) |
| DefaultImeMode |
获取控件支持的默认输入法编辑器 (IME) 模式。Gets the default Input Method Editor (IME) mode supported by the control. (继承自 Form) |
| DefaultMargin |
获取控件之间默认指定的间距(以像素为单位)。Gets the space, in pixels, that is specified by default between controls. (继承自 Control) |
| DefaultMaximumSize |
获取以像素为单位的长度和高度,此长度和高度被指定为控件的默认最大大小。Gets the length and height, in pixels, that is specified as the default maximum size of a control. (继承自 Control) |
| DefaultMinimumSize |
获取以像素为单位的长度和高度,此长度和高度被指定为控件的默认最小大小。Gets the length and height, in pixels, that is specified as the default minimum size of a control. (继承自 Control) |
| DefaultPadding |
获取控件内容的内部间距(以像素为单位)。Gets the internal spacing, in pixels, of the contents of a control. (继承自 Control) |
| DefaultSize |
获取控件的默认大小。Gets the default size of the control. (继承自 Form) |
| DesignMode |
获取一个值,用以指示 Component 当前是否处于设计模式。Gets a value that indicates whether the Component is currently in design mode. (继承自 Component) |
| DesktopBounds |
获取或设置 Windows 桌面上窗体的大小和位置。Gets or sets the size and location of the form on the Windows desktop. (继承自 Form) |
| DesktopLocation |
获取或设置 Windows 桌面上窗体的位置。Gets or sets the location of the form on the Windows desktop. (继承自 Form) |
| DeviceDpi |
获取显示当前控件的显示设备的 DPI 值。Gets the DPI value for the display device where the control is currently being displayed. (继承自 Control) |
| DialogResult |
获取或设置窗体的对话框结果。Gets or sets the dialog result for the form. (继承自 Form) |
| DisplayRectangle |
获取表示控件的虚拟显示区域的矩形。Gets the rectangle that represents the virtual display area of the control. (继承自 ScrollableControl) |
| Disposing |
获取一个值,该值指示 Control 基类是否在释放进程中。Gets a value indicating whether the base Control class is in the process of disposing. (继承自 Control) |
| Dock |
获取或设置哪些控件边框停靠到其父控件并确定控件如何随其父级一起调整大小。Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (继承自 Control) |
| DockPadding |
获取控件的所有边缘的停靠边距设置。Gets the dock padding settings for all edges of the control. (继承自 ScrollableControl) |
| DoubleBuffered |
获取或设置一个值,该值指示此控件是否应使用辅助缓冲区重绘其图面,以减少或避免闪烁。Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (继承自 Control) |
| Enabled |
获取或设置一个值,该值指示控件是否可以对用户交互作出响应。Gets or sets a value indicating whether the control can respond to user interaction. (继承自 Control) |
| Events |
获取附加到此 Component 的事件处理程序的列表。Gets the list of event handlers that are attached to this Component. (继承自 Component) |
| Focused |
获取一个值,该值指示控件是否有输入焦点。Gets a value indicating whether the control has input focus. (继承自 Control) |
| Font |
获取或设置控件显示的文字的字体。Gets or sets the font of the text displayed by the control. (继承自 Control) |
| FontHeight |
获取或设置控件的字体的高度。Gets or sets the height of the font of the control. (继承自 Control) |
| ForeColor |
获取或设置控件的前景色。Gets or sets the foreground color of the control. (继承自 Control) |
| FormBorderStyle |
获取或设置窗体的边框样式。Gets or sets the border style of the form. (继承自 Form) |
| Handle |
获取控件绑定到的窗口句柄。Gets the window handle that the control is bound to. (继承自 Control) |
| HasChildren |
获取一个值,该值指示控件是否包含一个或多个子控件。Gets a value indicating whether the control contains one or more child controls. (继承自 Control) |
| Height |
获取或设置控件的高度。Gets or sets the height of the control. (继承自 Control) |
| HelpButton |
获取或设置一个值,该值指示是否应在窗体的标题框中显示“帮助”按钮。Gets or sets a value indicating whether a Help button should be displayed in the caption box of the form. (继承自 Form) |
| HorizontalScroll |
获取与水平滚动条关联的特征。Gets the characteristics associated with the horizontal scroll bar. (继承自 ScrollableControl) |
| HScroll |
获取或设置一个值,该值指示水平滚动条是否可见。Gets or sets a value indicating whether the horizontal scroll bar is visible. (继承自 ScrollableControl) |
| Icon |
获取或设置窗体的图标。Gets or sets the icon for the form. (继承自 Form) |
| ImeMode |
获取或设置控件的输入法编辑器 (IME) 模式。Gets or sets the Input Method Editor (IME) mode of the control. (继承自 Control) |
| ImeModeBase |
获取或设置控件的 IME 模式。Gets or sets the IME mode of a control. (继承自 Control) |
| InvokeRequired |
获取一个值,该值指示调用方在对控件进行方法调用时是否必须调用 Invoke 方法,因为调用方位于创建控件所在的线程以外的线程中。Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (继承自 Control) |
| IsAccessible |
获取或设置一个值,该值指示控件对辅助功能应用程序是否可见。Gets or sets a value indicating whether the control is visible to accessibility applications. (继承自 Control) |
| IsDisposed |
获取一个值,该值指示控件是否已经被释放。Gets a value indicating whether the control has been disposed of. (继承自 Control) |
| IsHandleCreated |
获取一个值,该值指示控件是否有与它关联的句柄。Gets a value indicating whether the control has a handle associated with it. (继承自 Control) |
| IsMdiChild |
获取一个值,该值指示窗体是否为多文档界面 (MDI) 子窗体。Gets a value indicating whether the form is a multiple-document interface (MDI) child form. (继承自 Form) |
| IsMdiContainer |
获取或设置一个值,该值指示窗体是否为多文档界面 (MDI) 子窗体的容器。Gets or sets a value indicating whether the form is a container for multiple-document interface (MDI) child forms. (继承自 Form) |
| IsMirrored |
获取一个值,该值指示此控件是否为镜像控件。Gets a value indicating whether the control is mirrored. (继承自 Control) |
| IsRestrictedWindow |
获取一个值,该值指示窗体是否可以不受限制地使用所有窗口和用户输入事件。Gets a value indicating whether the form can use all windows and user input events without restriction. (继承自 Form) |
| 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. (继承自 Form) |
| LayoutEngine |
获取控件的布局引擎的缓存实例。Gets a cached instance of the control's layout engine. (继承自 Control) |
| Left |
获取或设置控件左边缘与其容器的工作区左边缘之间的距离(以像素为单位)。Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (继承自 Control) |
| Location |
获取或设置以屏幕坐标表示的代表 Form 左上角的 Point。Gets or sets the Point that represents the upper-left corner of the Form in screen coordinates. (继承自 Form) |
| MainMenuStrip |
获取或设置窗体的主菜单容器。Gets or sets the primary menu container for the form. (继承自 Form) |
| Margin |
获取或设置控件之间的空间。Gets or sets the space between controls. (继承自 Form) |
| MaximizeBox |
获取或设置一个值,该值指示是否在窗体的标题栏中显示“最大化”按钮。Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form. (继承自 Form) |
| MaximizedBounds |
获取或设置窗体最大化后的大小。Gets or sets the size of the form when it is maximized. (继承自 Form) |
| MaximumSize |
获取窗体可调整到的最大大小。Gets the maximum size the form can be resized to. (继承自 Form) |
| MdiChildren |
获取窗体的数组,这些窗体表示以此窗体作为父级的多文档界面 (MDI) 子窗体。Gets an array of forms that represent the multiple-document interface (MDI) child forms that are parented to this form. (继承自 Form) |
| MdiParent |
获取或设置此窗体的当前多文档界面 (MDI) 父窗体。Gets or sets the current multiple-document interface (MDI) parent form of this form. (继承自 Form) |
| Menu |
获取或设置在窗体中显示的 MainMenu。Gets or sets the MainMenu that is displayed in the form. (继承自 Form) |
| MergedMenu |
获取窗体的合并菜单。Gets the merged menu for the form. (继承自 Form) |
| MinimizeBox |
获取或设置一个值,该值指示是否在窗体的标题栏中显示“最小化”按钮。Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form. (继承自 Form) |
| MinimumSize |
获取或设置窗体可调整到的最小大小。Gets or sets the minimum size the form can be resized to. (继承自 Form) |
| Modal |
获取一个值,该值指示是否有模式地显示此窗体。Gets a value indicating whether this form is displayed modally. (继承自 Form) |
| Name |
获取或设置控件的名称。Gets or sets the name of the control. (继承自 Control) |
| Opacity |
获取或设置窗体的不透明度级别。Gets or sets the opacity level of the form. (继承自 Form) |
| OwnedForms |
获取 Form 对象的数组,这些对象表示此窗体拥有的所有窗体。Gets an array of Form objects that represent all forms that are owned by this form. (继承自 Form) |
| Owner |
获取或设置拥有此窗体的窗体。Gets or sets the form that owns this form. (继承自 Form) |
| Padding |
获取或设置控件内的空白。Gets or sets padding within the control. (继承自 Control) |
| Parent |
获取或设置控件的父容器。Gets or sets the parent container of the control. (继承自 Control) |
| ParentForm |
获取将容器控件分配给的窗体。Gets the form that the container control is assigned to. (继承自 ContainerControl) |
| PreferredSize |
获取可以容纳控件的矩形区域的大小。Gets the size of a rectangular area into which the control can fit. (继承自 Control) |
| ProductName |
获取包含控件的程序集的产品名称。Gets the product name of the assembly containing the control. (继承自 Control) |
| ProductVersion |
获取包含控件的程序集的版本。Gets the version of the assembly containing the control. (继承自 Control) |
| RecreatingHandle |
获取一个值,该值指示控件当前是否在重新创建其句柄。Gets a value indicating whether the control is currently re-creating its handle. (继承自 Control) |
| Region |
获取或设置与控件关联的窗口区域。Gets or sets the window region associated with the control. (继承自 Control) |
| RegularExpression |
获取或设置要编辑的正则表达式的名称。Gets or sets the name of the regular expression to edit. |
| RenderRightToLeft |
已过时。
此属性现已过时。This property is now obsolete. (继承自 Control) |
| ResizeRedraw |
获取或设置一个值,该值指示控件在调整大小时是否重绘自己。Gets or sets a value indicating whether the control redraws itself when resized. (继承自 Control) |
| RestoreBounds |
获取窗体在其正常窗口状态下的位置和大小。Gets the location and size of the form in its normal window state. (继承自 Form) |
| Right |
获取控件右边缘与其容器的工作区左边缘之间的距离(以像素为单位)。Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (继承自 Control) |
| RightToLeft |
获取或设置一个值,该值指示是否将控件的元素对齐以支持使用从右向左的字体的区域设置。Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (继承自 Control) |
| RightToLeftLayout |
获取或设置一个值,该值指示是否打开从右向左的镜像放置。Gets or sets a value indicating whether right-to-left mirror placement is turned on. (继承自 Form) |
| ScaleChildren |
获取一个值,该值确定子控件的缩放。Gets a value that determines the scaling of child controls. (继承自 Control) |
| ShowFocusCues |
获取一个值,该值指示控件是否应显示聚焦框。Gets a value indicating whether the control should display focus rectangles. (继承自 Control) |
| ShowIcon |
获取或设置一个值,该值指示是否在窗体的标题栏中显示图标。Gets or sets a value indicating whether an icon is displayed in the caption bar of the form. (继承自 Form) |
| ShowInTaskbar |
获取或设置一个值,该值指示是否在 Windows 任务栏中显示窗体。Gets or sets a value indicating whether the form is displayed in the Windows taskbar. (继承自 Form) |
| ShowKeyboardCues |
获取一个值,该值指示用户界面是否处于适当的状态以显示或隐藏键盘快捷键。Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (继承自 Control) |
| ShowWithoutActivation |
获取一个值,该值指示显示窗口时是否激活它。Gets a value indicating whether the window will be activated when it is shown. (继承自 Form) |
| Site |
获取或设置控件的站点。Gets or sets the site of the control. (继承自 Control) |
| Size |
获取或设置窗体的大小。Gets or sets the size of the form. (继承自 Form) |
| SizeGripStyle |
获取或设置在窗体右下角显示的大小调整手柄的样式。Gets or sets the style of the size grip to display in the lower-right corner of the form. (继承自 Form) |
| StartPosition |
获取或设置运行时窗体的起始位置。Gets or sets the starting position of the form at run time. (继承自 Form) |
| TabIndex |
获取或设置控件在其容器内的 Tab 键顺序。Gets or sets the tab order of the control within its container. (继承自 Form) |
| TabStop |
获取或设置一个值,该值指示用户能否使用 Tab 键将焦点放到该控件上。Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (继承自 Form) |
| Tag |
获取或设置包含有关控件的数据的对象。Gets or sets the object that contains data about the control. (继承自 Control) |
| Text |
获取或设置与此控件关联的文本。Gets or sets the text associated with this control. (继承自 Form) |
| Top |
获取或设置控件上边缘与其容器的工作区上边缘之间的距离(以像素为单位)。Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (继承自 Control) |
| TopLevel |
获取或设置一个值,该值指示是否将窗体显示为顶层窗口。Gets or sets a value indicating whether to display the form as a top-level window. (继承自 Form) |
| TopLevelControl |
获取没有另一个 Windows 窗体控件作为其父级的父控件。Gets the parent control that is not parented by another Windows Forms control. 通常,这是控件所在的最外面的 Form。Typically, this is the outermost Form that the control is contained in. (继承自 Control) |
| TopMost |
获取或设置一个值,指示该窗体是否应显示为最顶层窗体。Gets or sets a value indicating whether the form should be displayed as a topmost form. (继承自 Form) |
| TransparencyKey |
获取或设置将表示窗体透明区域的颜色。Gets or sets the color that will represent transparent areas of the form. (继承自 Form) |
| UseWaitCursor |
获取或设置一个值,该值指示是否将等待光标用于当前控件以及所有子控件。Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (继承自 Control) |
| VerticalScroll |
获取与垂直滚动条相关联的特性。Gets the characteristics associated with the vertical scroll bar. (继承自 ScrollableControl) |
| Visible |
获取或设置一个值,该值指示是否显示该控件及其所有子控件。Gets or sets a value indicating whether the control and all its child controls are displayed. (继承自 Control) |
| VScroll |
获取或设置一个值,该值指示垂直滚动条是否可见。Gets or sets a value indicating whether the vertical scroll bar is visible. (继承自 ScrollableControl) |
| Width |
获取或设置控件的宽度。Gets or sets the width of the control. (继承自 Control) |
| WindowState |
获取或设置一个值,该值指示窗体是最小化、最大化还是正常。Gets or sets a value that indicates whether form is minimized, maximized, or normal. (继承自 Form) |
| WindowTarget |
此属性与此类无关。This property is not relevant for this class. (继承自 Control) |
方法
| AccessibilityNotifyClients(AccessibleEvents, Int32) |
就指定子控件的指定 AccessibleEvents 通知辅助功能客户端应用程序。Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. (继承自 Control) |
| AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) |
就指定子控件的指定 AccessibleEvents 通知辅助功能客户端应用程序。Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control . (继承自 Control) |
| Activate() |
激活窗体并给予它焦点。Activates the form and gives it focus. (继承自 Form) |
| ActivateMdiChild(Form) |
激活窗体的 MDI 子级。Activates the MDI child of a form. (继承自 Form) |
| AddOwnedForm(Form) |
向此窗体添加附属窗体。Adds an owned form to this form. (继承自 Form) |
| AdjustFormScrollbars(Boolean) |
根据当前控件位置和当前所选控件调整容器中的滚动条。Adjusts the scroll bars on the container based on the current control positions and the control currently selected. (继承自 Form) |
| ApplyAutoScaling() |
已过时。
根据 AutoScaleBaseSize 属性的当前值和当前字体的大小来调整窗体大小。Resizes the form according to the current value of the AutoScaleBaseSize property and the size of the current font. (继承自 Form) |
| BeginInvoke(Delegate) |
在创建控件的基础句柄所在线程上异步执行指定委托。Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (继承自 Control) |
| BeginInvoke(Delegate, Object[]) |
在创建控件的基础句柄所在线程上,用指定的自变量异步执行指定委托。Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. (继承自 Control) |
| BringToFront() |
将控件带到 Z 顺序的前面。Brings the control to the front of the z-order. (继承自 Control) |
| CenterToParent() |
使窗体在父窗体边界内居中。Centers the position of the form within the bounds of the parent form. (继承自 Form) |
| CenterToScreen() |
使窗体在当前屏幕上居中。Centers the form on the current screen. (继承自 Form) |
| Close() |
关闭窗体。Closes the form. (继承自 Form) |
| cmdHelp_Click(Object, EventArgs) |
表示将处理对话框的 Help 事件的方法。Represents the method that will handle the Help event of the dialog box. |
| cmdOK_Click(Object, EventArgs) |
表示将处理对话框的 OK 事件的方法。Represents the method that will handle the OK event of the dialog box. |
| cmdTestValidate_Click(Object, EventArgs) |
表示将处理对话框的 TestValidate 事件的方法。Represents the method that will handle the TestValidate event of the dialog box. |
| Contains(Control) |
检索一个值,该值指示指定控件是否为一个控件的子控件。Retrieves a value indicating whether the specified control is a child of the control. (继承自 Control) |
| CreateAccessibilityInstance() |
为 Form 控件创建一个新的辅助功能对象。Creates a new accessibility object for the Form control. (继承自 Form) |
| CreateControl() |
强制创建可见控件,包括创建句柄和任何可见子控件。Forces the creation of the visible control, including the creation of the handle and any visible child controls. (继承自 Control) |
| CreateControlsInstance() |
为控件创建控件集合的新实例。Creates a new instance of the control collection for the control. (继承自 Form) |
| CreateGraphics() |
为控件创建 Graphics。Creates the Graphics for the control. (继承自 Control) |
| CreateHandle() |
为窗体创建句柄。Creates the handle for the form. 如果派生类重写了该函数,它必须调用基实现。If a derived class overrides this function, it must call the base implementation. (继承自 Form) |
| CreateObjRef(Type) |
创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (继承自 MarshalByRefObject) |
| DefWndProc(Message) |
向默认窗口过程发送指定消息。Sends the specified message to the default window procedure. (继承自 Form) |
| DestroyHandle() |
毁坏与该控件关联的句柄。Destroys the handle associated with the control. (继承自 Control) |
| Dispose() |
释放由 Component 使用的所有资源。Releases all resources used by the Component. (继承自 Component) |
| Dispose(Boolean) |
释放由 RegexEditorDialog 占用的非托管资源,还可以另外再释放托管资源。Releases the unmanaged resources used by the RegexEditorDialog and optionally releases the managed resources. |
| DoDragDrop(Object, DragDropEffects) |
开始拖放操作。Begins a drag-and-drop operation. (继承自 Control) |
| DrawToBitmap(Bitmap, Rectangle) |
支持对指定位图的呈现。Supports rendering to the specified bitmap. (继承自 Control) |
| EndInvoke(IAsyncResult) |
检索由传递的 IAsyncResult 表示的异步操作的返回值。Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (继承自 Control) |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| FindForm() |
检索控件所在的窗体。Retrieves the form that the control is on. (继承自 Control) |
| Focus() |
为控件设置输入焦点。Sets input focus to the control. (继承自 Control) |
| GetAccessibilityObjectById(Int32) |
检索指定的 AccessibleObject。Retrieves the specified AccessibleObject. (继承自 Control) |
| GetAutoSizeMode() |
检索一个值,该值指示当启用控件的 AutoSize 属性时控件的行为方式。Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (继承自 Control) |
| GetChildAtPoint(Point) |
检索位于指定坐标处的子控件。Retrieves the child control that is located at the specified coordinates. (继承自 Control) |
| GetChildAtPoint(Point, GetChildAtPointSkip) |
检索位于指定坐标的子控件,并且指定是否忽略特定类型的子控件。Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (继承自 Control) |
| GetContainerControl() |
沿着控件的父控件链向上,返回下一个 ContainerControl。Returns the next ContainerControl up the control's chain of parent controls. (继承自 Control) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetLifetimeService() |
已过时。
检索控制此实例的生存期策略的当前生存期服务对象。Retrieves the current lifetime service object that controls the lifetime policy for this instance. (继承自 MarshalByRefObject) |
| GetNextControl(Control, Boolean) |
按照子控件的 Tab 键顺序向前或向后检索下一个控件。Retrieves the next control forward or back in the tab order of child controls. (继承自 Control) |
| GetPreferredSize(Size) |
检索适合控件的矩形区域的大小。Retrieves the size of a rectangular area into which a control can be fitted. (继承自 Control) |
| GetScaledBounds(Rectangle, SizeF, BoundsSpecified) |
检索缩放控件时的边界。Retrieves the bounds within which the control is scaled. (继承自 Form) |
| GetScrollState(Int32) |
确定是否设置了指定的标志。Determines whether the specified flag has been set. (继承自 ScrollableControl) |
| GetService(Type) |
返回一个对象,该对象表示由 Component 或它的 Container 提供的服务。Returns an object that represents a service provided by the Component or by its Container. (继承自 Component) |
| GetStyle(ControlStyles) |
为控件检索指定控件样式位的值。Retrieves the value of the specified control style bit for the control. (继承自 Control) |
| GetTopLevel() |
确定控件是否是顶级控件。Determines if the control is a top-level control. (继承自 Control) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| Hide() |
对用户隐藏控件。Conceals the control from the user. (继承自 Control) |
| InitializeLifetimeService() |
已过时。
获取生存期服务对象来控制此实例的生存期策略。Obtains a lifetime service object to control the lifetime policy for this instance. (继承自 MarshalByRefObject) |
| InitLayout() |
在将控件添加到另一个容器之后调用。Called after the control has been added to another container. (继承自 Control) |
| Invalidate() |
使控件的整个图面无效并导致重绘控件。Invalidates the entire surface of the control and causes the control to be redrawn. (继承自 Control) |
| Invalidate(Boolean) |
使控件的特定区域无效并向控件发送绘制消息。Invalidates a specific region of the control and causes a paint message to be sent to the control. 还可以使分配给该控件的子控件无效。Optionally, invalidates the child controls assigned to the control. (继承自 Control) |
| Invalidate(Rectangle) |
使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。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. (继承自 Control) |
| Invalidate(Rectangle, Boolean) |
使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。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. 还可以使分配给该控件的子控件无效。Optionally, invalidates the child controls assigned to the control. (继承自 Control) |
| Invalidate(Region) |
使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。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. (继承自 Control) |
| Invalidate(Region, Boolean) |
使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。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. 还可以使分配给该控件的子控件无效。Optionally, invalidates the child controls assigned to the control. (继承自 Control) |
| Invoke(Delegate) |
在拥有此控件的基础窗口句柄的线程上执行指定的委托。Executes the specified delegate on the thread that owns the control's underlying window handle. (继承自 Control) |
| Invoke(Delegate, Object[]) |
在拥有控件的基础窗口句柄的线程上,用指定的参数列表执行指定委托。Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. (继承自 Control) |
| InvokeGotFocus(Control, EventArgs) |
为指定的控件引发 GotFocus 事件。Raises the GotFocus event for the specified control. (继承自 Control) |
| InvokeLostFocus(Control, EventArgs) |
为指定的控件引发 LostFocus 事件。Raises the LostFocus event for the specified control. (继承自 Control) |
| InvokeOnClick(Control, EventArgs) |
为指定的控件引发 Click 事件。Raises the Click event for the specified control. (继承自 Control) |
| InvokePaint(Control, PaintEventArgs) |
为指定的控件引发 Paint 事件。Raises the Paint event for the specified control. (继承自 Control) |
| InvokePaintBackground(Control, PaintEventArgs) |
为指定的控件引发 |
| IsInputChar(Char) |
确定一个字符是否是控件可识别的输入字符。Determines if a character is an input character that the control recognizes. (继承自 Control) |
| IsInputKey(Keys) |
确定指定的键是常规输入键还是需要预处理的特殊键。Determines whether the specified key is a regular input key or a special key that requires preprocessing. (继承自 Control) |
| LayoutMdi(MdiLayout) |
在 MDI 父窗体内排列多文档界面 (MDI) 子窗体。Arranges the multiple-document interface (MDI) child forms within the MDI parent form. (继承自 Form) |
| LogicalToDeviceUnits(Int32) |
将逻辑 DPI 值转换为它的等效 DeviceUnit DPI 值。Converts a Logical DPI value to its equivalent DeviceUnit DPI value. (继承自 Control) |
| LogicalToDeviceUnits(Size) |
通过为当前 DPI 缩放小大并将其向下舍入为最接近的宽度和高度的整数值,将大小从逻辑单位转换为设备单位。Transforms a size from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for width and height. (继承自 Control) |
| lstStandardExpressions_SelectedIndexChanged(Object, EventArgs) |
表示将处理对话框的 SelectedIndexChanged 事件的方法。Represents the method that will handle the SelectedIndexChanged event of the dialog box. |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| MemberwiseClone(Boolean) |
创建当前 MarshalByRefObject 对象的浅表副本。Creates a shallow copy of the current MarshalByRefObject object. (继承自 MarshalByRefObject) |
| NotifyInvalidate(Rectangle) |
引发 Invalidated 事件,其中带有要使之无效的控件的指定区域。Raises the Invalidated event with a specified region of the control to invalidate. (继承自 Control) |
| OnActivated(EventArgs) |
引发 Activated 事件。Raises the Activated event. (继承自 Form) |
| OnAutoSizeChanged(EventArgs) |
引发 AutoSizeChanged 事件。Raises the AutoSizeChanged event. (继承自 Control) |
| OnAutoValidateChanged(EventArgs) |
引发 AutoValidateChanged 事件。Raises the AutoValidateChanged event. (继承自 ContainerControl) |
| OnBackColorChanged(EventArgs) |
引发 BackColorChanged 事件。Raises the BackColorChanged event. (继承自 Control) |
| OnBackgroundImageChanged(EventArgs) |
引发 BackgroundImageChanged 事件。Raises the BackgroundImageChanged event. (继承自 Form) |
| OnBackgroundImageLayoutChanged(EventArgs) |
引发 BackgroundImageLayoutChanged 事件。Raises the BackgroundImageLayoutChanged event. (继承自 Form) |
| OnBindingContextChanged(EventArgs) |
引发 BindingContextChanged 事件。Raises the BindingContextChanged event. (继承自 Control) |
| OnCausesValidationChanged(EventArgs) |
引发 CausesValidationChanged 事件。Raises the CausesValidationChanged event. (继承自 Control) |
| OnChangeUICues(UICuesEventArgs) |
引发 ChangeUICues 事件。Raises the ChangeUICues event. (继承自 Control) |
| OnClick(EventArgs) |
引发 Click 事件。Raises the Click event. (继承自 Control) |
| OnClientSizeChanged(EventArgs) |
引发 ClientSizeChanged 事件。Raises the ClientSizeChanged event. (继承自 Control) |
| OnClosed(EventArgs) |
引发 Closed 事件。Raises the Closed event. (继承自 Form) |
| OnClosing(CancelEventArgs) |
引发 Closing 事件。Raises the Closing event. (继承自 Form) |
| OnContextMenuChanged(EventArgs) |
引发 ContextMenuChanged 事件。Raises the ContextMenuChanged event. (继承自 Control) |
| OnContextMenuStripChanged(EventArgs) |
引发 ContextMenuStripChanged 事件。Raises the ContextMenuStripChanged event. (继承自 Control) |
| OnControlAdded(ControlEventArgs) |
引发 ControlAdded 事件。Raises the ControlAdded event. (继承自 Control) |
| OnControlRemoved(ControlEventArgs) |
引发 ControlRemoved 事件。Raises the ControlRemoved event. (继承自 Control) |
| OnCreateControl() |
引发 |
| OnCursorChanged(EventArgs) |
引发 CursorChanged 事件。Raises the CursorChanged event. (继承自 Control) |
| OnDeactivate(EventArgs) |
引发 Deactivate 事件。Raises the Deactivate event. (继承自 Form) |
| OnDockChanged(EventArgs) |
引发 DockChanged 事件。Raises the DockChanged event. (继承自 Control) |
| OnDoubleClick(EventArgs) |
引发 DoubleClick 事件。Raises the DoubleClick event. (继承自 Control) |
| OnDpiChanged(DpiChangedEventArgs) |
引发 DpiChanged 事件。Raises the DpiChanged event. (继承自 Form) |
| OnDpiChangedAfterParent(EventArgs) |
引发 DpiChangedAfterParent 事件。Raises the DpiChangedAfterParent event. (继承自 Control) |
| OnDpiChangedBeforeParent(EventArgs) |
引发 DpiChangedBeforeParent 事件。Raises the DpiChangedBeforeParent event. (继承自 Control) |
| OnDragDrop(DragEventArgs) |
引发 DragDrop 事件。Raises the DragDrop event. (继承自 Control) |
| OnDragEnter(DragEventArgs) |
引发 DragEnter 事件。Raises the DragEnter event. (继承自 Control) |
| OnDragLeave(EventArgs) |
引发 DragLeave 事件。Raises the DragLeave event. (继承自 Control) |
| OnDragOver(DragEventArgs) |
引发 DragOver 事件。Raises the DragOver event. (继承自 Control) |
| OnEnabledChanged(EventArgs) |
引发 EnabledChanged 事件。Raises the EnabledChanged event. (继承自 Form) |
| OnEnter(EventArgs) |
引发 Enter 事件。Raises the Enter event. (继承自 Form) |
| OnFontChanged(EventArgs) |
引发 FontChanged 事件。Raises the FontChanged event. (继承自 Form) |
| OnForeColorChanged(EventArgs) |
引发 ForeColorChanged 事件。Raises the ForeColorChanged event. (继承自 Control) |
| OnFormClosed(FormClosedEventArgs) |
引发 FormClosed 事件。Raises the FormClosed event. (继承自 Form) |
| OnFormClosing(FormClosingEventArgs) |
引发 FormClosing 事件。Raises the FormClosing event. (继承自 Form) |
| OnGetDpiScaledSize(Int32, Int32, Size) |
引发 GetDpiScaledSize 事件。Raises the GetDpiScaledSize event. (继承自 Form) |
| OnGiveFeedback(GiveFeedbackEventArgs) |
引发 GiveFeedback 事件。Raises the GiveFeedback event. (继承自 Control) |
| OnGotFocus(EventArgs) |
引发 GotFocus 事件。Raises the GotFocus event. (继承自 Control) |
| OnHandleCreated(EventArgs) |
引发 HandleCreated 事件。Raises the HandleCreated event. (继承自 Form) |
| OnHandleDestroyed(EventArgs) |
引发 HandleDestroyed 事件。Raises the HandleDestroyed event. (继承自 Form) |
| OnHelpButtonClicked(CancelEventArgs) |
引发 HelpButtonClicked 事件。Raises the HelpButtonClicked event. (继承自 Form) |
| OnHelpRequested(HelpEventArgs) |
引发 HelpRequested 事件。Raises the HelpRequested event. (继承自 Control) |
| OnImeModeChanged(EventArgs) |
引发 ImeModeChanged 事件。Raises the ImeModeChanged event. (继承自 Control) |
| OnInputLanguageChanged(InputLanguageChangedEventArgs) |
引发 InputLanguageChanged 事件。Raises the InputLanguageChanged event. (继承自 Form) |
| OnInputLanguageChanging(InputLanguageChangingEventArgs) |
引发 InputLanguageChanging 事件。Raises the InputLanguageChanging event. (继承自 Form) |
| OnInvalidated(InvalidateEventArgs) |
引发 Invalidated 事件。Raises the Invalidated event. (继承自 Control) |
| OnKeyDown(KeyEventArgs) |
引发 KeyDown 事件。Raises the KeyDown event. (继承自 Control) |
| OnKeyPress(KeyPressEventArgs) |
引发 KeyPress 事件。Raises the KeyPress event. (继承自 Control) |
| OnKeyUp(KeyEventArgs) |
引发 KeyUp 事件。Raises the KeyUp event. (继承自 Control) |
| OnLayout(LayoutEventArgs) |
引发 Layout 事件。Raises the Layout event. (继承自 Form) |
| OnLeave(EventArgs) |
引发 Leave 事件。Raises the Leave event. (继承自 Control) |
| OnLoad(EventArgs) |
引发 Load 事件。Raises the Load event. (继承自 Form) |
| OnLocationChanged(EventArgs) |
引发 LocationChanged 事件。Raises the LocationChanged event. (继承自 Control) |
| OnLostFocus(EventArgs) |
引发 LostFocus 事件。Raises the LostFocus event. (继承自 Control) |
| OnMarginChanged(EventArgs) |
引发 MarginChanged 事件。Raises the MarginChanged event. (继承自 Control) |
| OnMaximizedBoundsChanged(EventArgs) |
引发 MaximizedBoundsChanged 事件。Raises the MaximizedBoundsChanged event. (继承自 Form) |
| OnMaximumSizeChanged(EventArgs) |
引发 MaximumSizeChanged 事件。Raises the MaximumSizeChanged event. (继承自 Form) |
| OnMdiChildActivate(EventArgs) |
引发 MdiChildActivate 事件。Raises the MdiChildActivate event. (继承自 Form) |
| OnMenuComplete(EventArgs) |
引发 MenuComplete 事件。Raises the MenuComplete event. (继承自 Form) |
| OnMenuStart(EventArgs) |
引发 MenuStart 事件。Raises the MenuStart event. (继承自 Form) |
| OnMinimumSizeChanged(EventArgs) |
引发 MinimumSizeChanged 事件。Raises the MinimumSizeChanged event. (继承自 Form) |
| OnMouseCaptureChanged(EventArgs) |
引发 MouseCaptureChanged 事件。Raises the MouseCaptureChanged event. (继承自 Control) |
| OnMouseClick(MouseEventArgs) |
引发 MouseClick 事件。Raises the MouseClick event. (继承自 Control) |
| OnMouseDoubleClick(MouseEventArgs) |
引发 MouseDoubleClick 事件。Raises the MouseDoubleClick event. (继承自 Control) |
| OnMouseDown(MouseEventArgs) |
引发 MouseDown 事件。Raises the MouseDown event. (继承自 Control) |
| OnMouseEnter(EventArgs) |
引发 MouseEnter 事件。Raises the MouseEnter event. (继承自 Control) |
| OnMouseHover(EventArgs) |
引发 MouseHover 事件。Raises the MouseHover event. (继承自 Control) |
| OnMouseLeave(EventArgs) |
引发 MouseLeave 事件。Raises the MouseLeave event. (继承自 Control) |
| OnMouseMove(MouseEventArgs) |
引发 MouseMove 事件。Raises the MouseMove event. (继承自 Control) |
| OnMouseUp(MouseEventArgs) |
引发 MouseUp 事件。Raises the MouseUp event. (继承自 Control) |
| OnMouseWheel(MouseEventArgs) |
引发 MouseWheel 事件。Raises the MouseWheel event. (继承自 ScrollableControl) |
| OnMove(EventArgs) |
引发 Move 事件。Raises the Move event. (继承自 Control) |
| OnNotifyMessage(Message) |
向控件通知 Windows 消息。Notifies the control of Windows messages. (继承自 Control) |
| OnPaddingChanged(EventArgs) |
引发 PaddingChanged 事件。Raises the PaddingChanged event. (继承自 ScrollableControl) |
| OnPaint(PaintEventArgs) |
引发 Paint 事件。Raises the Paint event. (继承自 Form) |
| OnPaintBackground(PaintEventArgs) |
绘制控件的背景。Paints the background of the control. (继承自 ScrollableControl) |
| OnParentBackColorChanged(EventArgs) |
当控件容器的 BackColorChanged 属性值更改时,将引发 BackColor 事件。Raises the BackColorChanged event when the BackColor property value of the control's container changes. (继承自 Control) |
| OnParentBackgroundImageChanged(EventArgs) |
当控件容器的 BackgroundImageChanged 属性值更改时,将引发 BackgroundImage 事件。Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (继承自 Control) |
| OnParentBindingContextChanged(EventArgs) |
当控件容器的 BindingContextChanged 属性值更改时,将引发 BindingContext 事件。Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (继承自 Control) |
| OnParentChanged(EventArgs) |
引发 ParentChanged 事件。Raises the ParentChanged event. (继承自 ContainerControl) |
| OnParentCursorChanged(EventArgs) |
引发 CursorChanged 事件。Raises the CursorChanged event. (继承自 Control) |
| OnParentEnabledChanged(EventArgs) |
当控件容器的 EnabledChanged 属性值更改时,将引发 Enabled 事件。Raises the EnabledChanged event when the Enabled property value of the control's container changes. (继承自 Control) |
| OnParentFontChanged(EventArgs) |
当控件容器的 FontChanged 属性值更改时,将引发 Font 事件。Raises the FontChanged event when the Font property value of the control's container changes. (继承自 Control) |
| OnParentForeColorChanged(EventArgs) |
当控件容器的 ForeColorChanged 属性值更改时,将引发 ForeColor 事件。Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (继承自 Control) |
| OnParentRightToLeftChanged(EventArgs) |
当控件容器的 RightToLeftChanged 属性值更改时,将引发 RightToLeft 事件。Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (继承自 Control) |
| OnParentVisibleChanged(EventArgs) |
当控件容器的 VisibleChanged 属性值更改时,将引发 Visible 事件。Raises the VisibleChanged event when the Visible property value of the control's container changes. (继承自 Control) |
| OnPreviewKeyDown(PreviewKeyDownEventArgs) |
引发 PreviewKeyDown 事件。Raises the PreviewKeyDown event. (继承自 Control) |
| OnPrint(PaintEventArgs) |
引发 Paint 事件。Raises the Paint event. (继承自 Control) |
| OnQueryContinueDrag(QueryContinueDragEventArgs) |
引发 QueryContinueDrag 事件。Raises the QueryContinueDrag event. (继承自 Control) |
| OnRegionChanged(EventArgs) |
引发 RegionChanged 事件。Raises the RegionChanged event. (继承自 Control) |
| OnResize(EventArgs) |
引发 Resize 事件。Raises the Resize event. (继承自 Form) |
| OnResizeBegin(EventArgs) |
引发 ResizeBegin 事件。Raises the ResizeBegin event. (继承自 Form) |
| OnResizeEnd(EventArgs) |
引发 ResizeEnd 事件。Raises the ResizeEnd event. (继承自 Form) |
| OnRightToLeftChanged(EventArgs) |
引发 RightToLeftChanged 事件。Raises the RightToLeftChanged event. (继承自 ScrollableControl) |
| OnRightToLeftLayoutChanged(EventArgs) |
引发 RightToLeftLayoutChanged 事件。Raises the RightToLeftLayoutChanged event. (继承自 Form) |
| OnScroll(ScrollEventArgs) |
引发 Scroll 事件。Raises the Scroll event. (继承自 ScrollableControl) |
| OnShown(EventArgs) |
引发 Shown 事件。Raises the Shown event. (继承自 Form) |
| OnSizeChanged(EventArgs) |
引发 SizeChanged 事件。Raises the SizeChanged event. (继承自 Control) |
| OnStyleChanged(EventArgs) |
引发 StyleChanged 事件。Raises the StyleChanged event. (继承自 Form) |
| OnSystemColorsChanged(EventArgs) |
引发 SystemColorsChanged 事件。Raises the SystemColorsChanged event. (继承自 Control) |
| OnTabIndexChanged(EventArgs) |
引发 TabIndexChanged 事件。Raises the TabIndexChanged event. (继承自 Control) |
| OnTabStopChanged(EventArgs) |
引发 TabStopChanged 事件。Raises the TabStopChanged event. (继承自 Control) |
| OnTextChanged(EventArgs) |
引发 TextChanged 事件。Raises the TextChanged event. (继承自 Form) |
| OnValidated(EventArgs) |
引发 Validated 事件。Raises the Validated event. (继承自 Control) |
| OnValidating(CancelEventArgs) |
引发 Validating 事件。Raises the Validating event. (继承自 Control) |
| OnVisibleChanged(EventArgs) |
引发 VisibleChanged 事件。Raises the VisibleChanged event. (继承自 Form) |
| PerformAutoScale() |
执行对容器控件及其子级的缩放。Performs scaling of the container control and its children. (继承自 ContainerControl) |
| PerformLayout() |
强制控件将布局逻辑应用于其所有子控件。Forces the control to apply layout logic to all its child controls. (继承自 Control) |
| PerformLayout(Control, String) |
强制控件将布局逻辑应用于其所有子控件。Forces the control to apply layout logic to all its child controls. (继承自 Control) |
| PointToClient(Point) |
将指定屏幕点的位置计算成工作区坐标。Computes the location of the specified screen point into client coordinates. (继承自 Control) |
| PointToScreen(Point) |
将指定工作区点的位置计算成屏幕坐标。Computes the location of the specified client point into screen coordinates. (继承自 Control) |
| PreProcessControlMessage(Message) |
在调度键盘或输入消息之前,在消息循环内对它们进行预处理。Preprocesses keyboard or input messages within the message loop before they are dispatched. (继承自 Control) |
| PreProcessMessage(Message) |
在调度键盘或输入消息之前,在消息循环内对它们进行预处理。Preprocesses keyboard or input messages within the message loop before they are dispatched. (继承自 Control) |
| ProcessCmdKey(Message, Keys) |
处理命令键。Processes a command key. (继承自 Form) |
| ProcessDialogChar(Char) |
处理对话框字符。Processes a dialog character. (继承自 Form) |
| ProcessDialogKey(Keys) |
处理对话框键。Processes a dialog box key. (继承自 Form) |
| ProcessKeyEventArgs(Message) |
处理键消息并生成适当的控件事件。Processes a key message and generates the appropriate control events. (继承自 Control) |
| ProcessKeyMessage(Message) |
处理键盘消息。Processes a keyboard message. (继承自 Control) |
| ProcessKeyPreview(Message) |
预览键盘消息。Previews a keyboard message. (继承自 Form) |
| ProcessMnemonic(Char) |
处理助记键字符。Processes a mnemonic character. (继承自 Form) |
| ProcessTabKey(Boolean) |
选择下一个可用控件并使其成为活动控件。Selects the next available control and makes it the active control. (继承自 Form) |
| RaiseDragEvent(Object, DragEventArgs) |
引发适当的拖动事件。Raises the appropriate drag event. (继承自 Control) |
| RaiseKeyEvent(Object, KeyEventArgs) |
引发适当的键事件。Raises the appropriate key event. (继承自 Control) |
| RaiseMouseEvent(Object, MouseEventArgs) |
引发适当的鼠标事件。Raises the appropriate mouse event. (继承自 Control) |
| RaisePaintEvent(Object, PaintEventArgs) |
引发适当的绘画事件。Raises the appropriate paint event. (继承自 Control) |
| RecreateHandle() |
强制为控件重新创建句柄。Forces the re-creation of the handle for the control. (继承自 Control) |
| RectangleToClient(Rectangle) |
计算指定屏幕矩形的大小和位置(以工作区坐标表示)。Computes the size and location of the specified screen rectangle in client coordinates. (继承自 Control) |
| RectangleToScreen(Rectangle) |
计算指定工作区矩形的大小和位置(以屏幕坐标表示)。Computes the size and location of the specified client rectangle in screen coordinates. (继承自 Control) |
| Refresh() |
强制控件使其工作区无效并立即重绘自己和任何子控件。Forces the control to invalidate its client area and immediately redraw itself and any child controls. (继承自 Control) |
| RegexTypeEditor_Activated(Object, EventArgs) |
表示将处理对话框的 Activated 事件的方法。Represents the method that will handle the Activated event of dialog box. |
| RemoveOwnedForm(Form) |
从此窗体移除附属窗体。Removes an owned form from this form. (继承自 Form) |
| RescaleConstantsForDpi(Int32, Int32) |
发生 DPI 更改时,提供用于重新缩放控件的常数。Provides constants for rescaling the control when a DPI change occurs. (继承自 Control) |
| ResetBackColor() |
将 BackColor 属性重置为其默认值。Resets the BackColor property to its default value. (继承自 Control) |
| ResetBindings() |
使绑定到 BindingSource 的控件重新读取列表中的所有项,并刷新这些项的显示值。Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (继承自 Control) |
| ResetCursor() |
将 Cursor 属性重置为其默认值。Resets the Cursor property to its default value. (继承自 Control) |
| ResetFont() |
将 Font 属性重置为其默认值。Resets the Font property to its default value. (继承自 Control) |
| ResetForeColor() |
将 ForeColor 属性重置为其默认值。Resets the ForeColor property to its default value. (继承自 Control) |
| ResetImeMode() |
将 ImeMode 属性重置为其默认值。Resets the ImeMode property to its default value. (继承自 Control) |
| ResetMouseEventArgs() |
重置控件以处理 MouseLeave 事件。Resets the control to handle the MouseLeave event. (继承自 Control) |
| ResetRightToLeft() |
将 RightToLeft 属性重置为其默认值。Resets the RightToLeft property to its default value. (继承自 Control) |
| ResetText() |
将 Text 属性重置为其默认值 (Empty)。Resets the Text property to its default value (Empty). (继承自 Control) |
| ResumeLayout() |
恢复正常的布局逻辑。Resumes usual layout logic. (继承自 Control) |
| ResumeLayout(Boolean) |
恢复正常的布局逻辑,可以选择强制对挂起的布局请求立即进行布局。Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. (继承自 Control) |
| RtlTranslateAlignment(ContentAlignment) |
将指定的 ContentAlignment 转换为相应的 ContentAlignment 以支持从右向左的文本。Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (继承自 Control) |
| RtlTranslateAlignment(HorizontalAlignment) |
将指定的 HorizontalAlignment 转换为相应的 HorizontalAlignment 以支持从右向左的文本。Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (继承自 Control) |
| RtlTranslateAlignment(LeftRightAlignment) |
将指定的 LeftRightAlignment 转换为相应的 LeftRightAlignment 以支持从右向左的文本。Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (继承自 Control) |
| RtlTranslateContent(ContentAlignment) |
将指定的 ContentAlignment 转换为相应的 ContentAlignment 以支持从右向左的文本。Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (继承自 Control) |
| RtlTranslateHorizontal(HorizontalAlignment) |
将指定的 HorizontalAlignment 转换为相应的 HorizontalAlignment 以支持从右向左的文本。Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (继承自 Control) |
| RtlTranslateLeftRight(LeftRightAlignment) |
将指定的 LeftRightAlignment 转换为相应的 LeftRightAlignment 以支持从右向左的文本。Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (继承自 Control) |
| Scale(Single) |
已过时。
缩放控件和任何子控件。Scales the control and any child controls. (继承自 Control) |
| Scale(Single, Single) |
已过时。
缩放整个控件和任何子控件。Scales the entire control and any child controls. (继承自 Control) |
| Scale(SizeF) |
按指定的比例因子缩放控件和所有子控件。Scales the control and all child controls by the specified scaling factor. (继承自 Control) |
| ScaleBitmapLogicalToDevice(Bitmap) |
发生 DPI 更改时,可以将逻辑位图值缩放到其等效设备单元值。Scales a logical bitmap value to it's equivalent device unit value when a DPI change occurs. (继承自 Control) |
| ScaleControl(SizeF, BoundsSpecified) |
缩放控件的位置、大小、空白和边距。Scales the location, size, padding, and margin of a control. (继承自 Form) |
| ScaleCore(Single, Single) |
执行窗体缩放操作。Performs scaling of the form. (继承自 Form) |
| ScrollControlIntoView(Control) |
将指定的子控件滚动到支持自动滚动的控件的视图中。Scrolls the specified child control into view on an auto-scroll enabled control. (继承自 ScrollableControl) |
| ScrollToControl(Control) |
计算到指定子控件的滚动偏移量。Calculates the scroll offset to the specified child control. (继承自 ScrollableControl) |
| Select() |
激活控件。Activates the control. (继承自 Control) |
| Select(Boolean, Boolean) |
选择此窗体,并且可以选择下一个或上一个控件。Selects this form, and optionally selects the next or previous control. (继承自 Form) |
| SelectNextControl(Control, Boolean, Boolean, Boolean, Boolean) |
激活下一个控件。Activates the next control. (继承自 Control) |
| SendToBack() |
将控件发送到 Z 顺序的后面。Sends the control to the back of the z-order. (继承自 Control) |
| SetAutoScrollMargin(Int32, Int32) |
设置自动滚动边距的大小。Sets the size of the auto-scroll margins. (继承自 ScrollableControl) |
| SetAutoSizeMode(AutoSizeMode) |
设置一个值,该值指示当启用控件的 AutoSize 属性时控件的行为方式。Sets a value indicating how a control will behave when its AutoSize property is enabled. (继承自 Control) |
| SetBounds(Int32, Int32, Int32, Int32) |
将控件的边界设置为指定位置和大小。Sets the bounds of the control to the specified location and size. (继承自 Control) |
| SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) |
将控件的指定边界设置为指定位置和大小。Sets the specified bounds of the control to the specified location and size. (继承自 Control) |
| SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) |
执行设置该控件的指定边界的工作。Performs the work of setting the specified bounds of this control. (继承自 Form) |
| SetClientSizeCore(Int32, Int32) |
设置窗体的工作区大小。Sets the client size of the form. 这将调整窗体的界限,以将工作区大小设置为请求的大小。This will adjust the bounds of the form to make the client size the requested size. (继承自 Form) |
| SetDesktopBounds(Int32, Int32, Int32, Int32) |
以桌面坐标设置窗体的边界。Sets the bounds of the form in desktop coordinates. (继承自 Form) |
| SetDesktopLocation(Int32, Int32) |
以桌面坐标设置窗体的位置。Sets the location of the form in desktop coordinates. (继承自 Form) |
| SetDisplayRectLocation(Int32, Int32) |
将显示窗口定位到指定的值。Positions the display window to the specified value. (继承自 ScrollableControl) |
| SetScrollState(Int32, Boolean) |
设置指定的滚动状态标志。Sets the specified scroll state flag. (继承自 ScrollableControl) |
| SetStyle(ControlStyles, Boolean) |
将指定的 ControlStyles 标志设置为 |
| SetTopLevel(Boolean) |
将控件设置为顶级控件。Sets the control as the top-level control. (继承自 Control) |
| SetVisibleCore(Boolean) |
将控件设置为指定的可见状态。Sets the control to the specified visible state. (继承自 Form) |
| Show() |
向用户显示控件。Displays the control to the user. (继承自 Control) |
| Show(IWin32Window) |
向用户显示具有指定所有者的窗体。Shows the form with the specified owner to the user. (继承自 Form) |
| ShowDialog() |
将窗体显示为模式对话框。Shows the form as a modal dialog box. (继承自 Form) |
| ShowDialog(IWin32Window) |
将窗体显示为具有指定所有者的模式对话框。Shows the form as a modal dialog box with the specified owner. (继承自 Form) |
| SizeFromClientSize(Size) |
确定整个控件(从控件工作区的高度和宽度起计算)的大小。Determines the size of the entire control from the height and width of its client area. (继承自 Control) |
| SuspendLayout() |
临时挂起控件的布局逻辑。Temporarily suspends the layout logic for the control. (继承自 Control) |
| ToString() |
获取表示当前窗体实例的字符串。Gets a string representing the current instance of the form. (继承自 Form) |
| txtExpression_TextChanged(Object, EventArgs) |
表示将处理对话框的 TextChanged 事件的方法。Represents the method that will handle the TextChanged event of the dialog box. |
| Update() |
使控件重绘其工作区内的无效区域。Causes the control to redraw the invalidated regions within its client area. (继承自 Control) |
| UpdateBounds() |
用当前大小和位置更新控件的边界。Updates the bounds of the control with the current size and location. (继承自 Control) |
| UpdateBounds(Int32, Int32, Int32, Int32) |
用指定大小和位置更新控件的边界。Updates the bounds of the control with the specified size and location. (继承自 Control) |
| UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) |
用指定大小、位置和工作区的大小更新控件的边界。Updates the bounds of the control with the specified size, location, and client size. (继承自 Control) |
| UpdateDefaultButton() |
更新哪个按钮为默认按钮。Updates which button is the default button. (继承自 Form) |
| UpdateStyles() |
强制将分配的样式重新应用到控件。Forces the assigned styles to be reapplied to the control. (继承自 Control) |
| UpdateZOrder() |
按控件的父级的 Z 顺序更新控件。Updates the control in its parent's z-order. (继承自 Control) |
| Validate() |
通过以该顺序引发 Validating 和 Validated 事件,验证失去焦点的控件的值。Verifies the value of the control losing focus by causing the Validating and Validated events to occur, in that order. (继承自 ContainerControl) |
| Validate(Boolean) |
验证失去焦点的控件的值;有条件地取决于是否打开了自动验证。Verifies the value of the control that is losing focus; conditionally dependent on whether automatic validation is turned on. (继承自 ContainerControl) |
| ValidateChildren() |
使控件内支持验证的所有子控件都对其数据进行验证。Causes all of the child controls within a control that support validation to validate their data. (继承自 Form) |
| ValidateChildren(ValidationConstraints) |
使控件内支持验证的所有子控件都对其数据进行验证。Causes all of the child controls within a control that support validation to validate their data. (继承自 Form) |
| WndProc(Message) |
处理 Windows 消息。Processes Windows messages. (继承自 Form) |
事件
| Activated |
当使用代码激活或用户激活窗体时发生。Occurs when the form is activated in code or by the user. (继承自 Form) |
| AutoSizeChanged |
当 AutoSize 属性更改时发生。Occurs when the AutoSize property changes. (继承自 Form) |
| AutoValidateChanged |
当 AutoValidate 属性更改时发生。Occurs when the AutoValidate property changes. (继承自 Form) |
| BackColorChanged |
当 BackColor 属性的值更改时发生。Occurs when the value of the BackColor property changes. (继承自 Control) |
| BackgroundImageChanged |
当 BackgroundImage 属性的值更改时发生。Occurs when the value of the BackgroundImage property changes. (继承自 Control) |
| BackgroundImageLayoutChanged |
当 BackgroundImageLayout 属性更改时发生。Occurs when the BackgroundImageLayout property changes. (继承自 Control) |
| BindingContextChanged |
当 BindingContext 属性的值更改时发生。Occurs when the value of the BindingContext property changes. (继承自 Control) |
| CausesValidationChanged |
当 CausesValidation 属性的值更改时发生。Occurs when the value of the CausesValidation property changes. (继承自 Control) |
| ChangeUICues |
焦点或键盘用户界面 (UI) 提示更改时发生。Occurs when the focus or keyboard user interface (UI) cues change. (继承自 Control) |
| Click |
在单击控件时发生。Occurs when the control is clicked. (继承自 Control) |
| ClientSizeChanged |
当 ClientSize 属性的值更改时发生。Occurs when the value of the ClientSize property changes. (继承自 Control) |
| Closed |
关闭窗体时发生。Occurs when the form is closed. (继承自 Form) |
| Closing |
关闭窗体时发生。Occurs when the form is closing. (继承自 Form) |
| ContextMenuChanged |
当 ContextMenu 属性的值更改时发生。Occurs when the value of the ContextMenu property changes. (继承自 Control) |
| ContextMenuStripChanged |
当 ContextMenuStrip 属性的值更改时发生。Occurs when the value of the ContextMenuStrip property changes. (继承自 Control) |
| ControlAdded |
在将新控件添加到 Control.ControlCollection 时发生。Occurs when a new control is added to the Control.ControlCollection. (继承自 Control) |
| ControlRemoved |
在从 Control.ControlCollection 移除控件时发生。Occurs when a control is removed from the Control.ControlCollection. (继承自 Control) |
| CursorChanged |
当 Cursor 属性的值更改时发生。Occurs when the value of the Cursor property changes. (继承自 Control) |
| Deactivate |
当窗体失去焦点并不再是活动窗体时发生。Occurs when the form loses focus and is no longer the active form. (继承自 Form) |
| Disposed |
在通过调用 Dispose() 方法释放组件时发生。Occurs when the component is disposed by a call to the Dispose() method. (继承自 Component) |
| DockChanged |
当 Dock 属性的值更改时发生。Occurs when the value of the Dock property changes. (继承自 Control) |
| DoubleClick |
在双击控件时发生。Occurs when the control is double-clicked. (继承自 Control) |
| DpiChanged |
当前显示窗体的显示设备上的 DPI 设置更改时发生。Occurs when the DPI setting changes on the display device where the form is currently displayed. (继承自 Form) |
| DpiChangedAfterParent |
当父控件或窗体的 DPI 更改后,以编程方式更改控件的 DPI 设置时发生。Occurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed. (继承自 Control) |
| DpiChangedBeforeParent |
父控件或窗体的 DPI 更改事件发生前,以编程方式更改控件的 DPI 设置时发生。Occurs when the DPI setting for a control is changed programmatically before a DPI change event for its parent control or form has occurred. (继承自 Control) |
| DragDrop |
拖放操作完成时发生。Occurs when a drag-and-drop operation is completed. (继承自 Control) |
| DragEnter |
在将对象拖入控件的边界时发生。Occurs when an object is dragged into the control's bounds. (继承自 Control) |
| DragLeave |
将对象拖出控件的边界时发生。Occurs when an object is dragged out of the control's bounds. (继承自 Control) |
| DragOver |
在将对象拖到控件的边界上发生。Occurs when an object is dragged over the control's bounds. (继承自 Control) |
| EnabledChanged |
在 Enabled 属性值更改后发生。Occurs when the Enabled property value has changed. (继承自 Control) |
| Enter |
进入控件时发生。Occurs when the control is entered. (继承自 Control) |
| FontChanged |
在 Font 属性值更改时发生。Occurs when the Font property value changes. (继承自 Control) |
| ForeColorChanged |
在 ForeColor 属性值更改时发生。Occurs when the ForeColor property value changes. (继承自 Control) |
| FormClosed |
关闭窗体后发生。Occurs after the form is closed. (继承自 Form) |
| FormClosing |
关闭窗体前发生。Occurs before the form is closed. (继承自 Form) |
| GiveFeedback |
在执行拖动操作期间发生。Occurs during a drag operation. (继承自 Control) |
| GotFocus |
在控件接收焦点时发生。Occurs when the control receives focus. (继承自 Control) |
| HandleCreated |
在为控件创建句柄时发生。Occurs when a handle is created for the control. (继承自 Control) |
| HandleDestroyed |
在控件的句柄处于销毁过程中时发生。Occurs when the control's handle is in the process of being destroyed. (继承自 Control) |
| HelpButtonClicked |
单击“帮助”按钮时发生。Occurs when the Help button is clicked. (继承自 Form) |
| HelpRequested |
用户请求控件帮助时发生。Occurs when the user requests help for a control. (继承自 Control) |
| ImeModeChanged |
在 ImeMode 属性更改后发生。Occurs when the ImeMode property has changed. (继承自 Control) |
| InputLanguageChanged |
更改窗体的输入语言后发生。Occurs after the input language of the form has changed. (继承自 Form) |
| InputLanguageChanging |
当用户尝试更改窗体的输入语言时发生。Occurs when the user attempts to change the input language for the form. (继承自 Form) |
| Invalidated |
控件的显示要求重新绘制时发生。Occurs when a control's display requires redrawing. (继承自 Control) |
| KeyDown |
在控件有焦点的情况下按下键时发生。Occurs when a key is pressed while the control has focus. (继承自 Control) |
| KeyPress |
在控件有焦点的情况下Occurs when a character. 字符、空格或退格键时发生。space or backspace key is pressed while the control has focus. (继承自 Control) |
| KeyUp |
在控件有焦点的情况下释放键时发生。Occurs when a key is released while the control has focus. (继承自 Control) |
| Layout |
在控件应重新定位其子控件时发生。Occurs when a control should reposition its child controls. (继承自 Control) |
| Leave |
在输入焦点离开控件时发生。Occurs when the input focus leaves the control. (继承自 Control) |
| Load |
在第一次显示窗体前发生。Occurs before a form is displayed for the first time. (继承自 Form) |
| LocationChanged |
在 Location 属性值更改后发生。Occurs when the Location property value has changed. (继承自 Control) |
| LostFocus |
在控件失去焦点时发生。Occurs when the control loses focus. (继承自 Control) |
| MarginChanged |
当 Margin 属性更改时发生。Occurs when the Margin property changes. (继承自 Form) |
| MaximizedBoundsChanged |
在 MaximizedBounds 属性的值更改后发生。Occurs when the value of the MaximizedBounds property has changed. (继承自 Form) |
| MaximumSizeChanged |
在 MaximumSize 属性的值更改后发生。Occurs when the value of the MaximumSize property has changed. (继承自 Form) |
| MdiChildActivate |
在多文档界面 (MDI) 应用程序内激活或关闭 MDI 子窗体时发生。Occurs when a multiple-document interface (MDI) child form is activated or closed within an MDI application. (继承自 Form) |
| MenuComplete |
当窗体菜单失去焦点时发生。Occurs when the menu of a form loses focus. (继承自 Form) |
| MenuStart |
当窗体菜单接收焦点时发生。Occurs when the menu of a form receives focus. (继承自 Form) |
| MinimumSizeChanged |
在 MinimumSize 属性的值更改后发生。Occurs when the value of the MinimumSize property has changed. (继承自 Form) |
| MouseCaptureChanged |
当控件失去鼠标捕获时发生。Occurs when the control loses mouse capture. (继承自 Control) |
| MouseClick |
用鼠标单击控件时发生。Occurs when the control is clicked by the mouse. (继承自 Control) |
| MouseDoubleClick |
用鼠标双击控件时发生。Occurs when the control is double clicked by the mouse. (继承自 Control) |
| MouseDown |
当鼠标指针位于控件上并按下鼠标键时发生。Occurs when the mouse pointer is over the control and a mouse button is pressed. (继承自 Control) |
| MouseEnter |
在鼠标指针进入控件时发生。Occurs when the mouse pointer enters the control. (继承自 Control) |
| MouseHover |
在鼠标指针停放在控件上时发生。Occurs when the mouse pointer rests on the control. (继承自 Control) |
| MouseLeave |
在鼠标指针离开控件时发生。Occurs when the mouse pointer leaves the control. (继承自 Control) |
| MouseMove |
在鼠标指针移到控件上时发生。Occurs when the mouse pointer is moved over the control. (继承自 Control) |
| MouseUp |
在鼠标指针在控件上并释放鼠标键时发生。Occurs when the mouse pointer is over the control and a mouse button is released. (继承自 Control) |
| MouseWheel |
在控件有焦点且鼠标轮移动时发生。Occurs when the mouse wheel moves while the control has focus. (继承自 Control) |
| Move |
在移动控件时发生。Occurs when the control is moved. (继承自 Control) |
| PaddingChanged |
在控件空白区更改时发生。Occurs when the control's padding changes. (继承自 Control) |
| Paint |
在重绘控件时发生。Occurs when the control is redrawn. (继承自 Control) |
| ParentChanged |
在 Parent 属性值更改时发生。Occurs when the Parent property value changes. (继承自 Control) |
| PreviewKeyDown |
在焦点位于此控件上的情况下,当有按键动作时发生(在 KeyDown 事件之前发生)。Occurs before the KeyDown event when a key is pressed while focus is on this control. (继承自 Control) |
| QueryAccessibilityHelp |
在 AccessibleObject 为辅助功能应用程序提供帮助时发生。Occurs when AccessibleObject is providing help to accessibility applications. (继承自 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. (继承自 Control) |
| RegionChanged |
当 Region 属性的值更改时发生。Occurs when the value of the Region property changes. (继承自 Control) |
| Resize |
在调整控件大小时发生。Occurs when the control is resized. (继承自 Control) |
| ResizeBegin |
窗体进入大小调整模式时发生。Occurs when a form enters resizing mode. (继承自 Form) |
| ResizeEnd |
窗体退出大小调整模式时发生。Occurs when a form exits resizing mode. (继承自 Form) |
| RightToLeftChanged |
在 RightToLeft 属性值更改时发生。Occurs when the RightToLeft property value changes. (继承自 Control) |
| RightToLeftLayoutChanged |
更改 RightToLeftLayout 属性值之后发生。Occurs after the value of the RightToLeftLayout property changes. (继承自 Form) |
| Scroll |
用户或代码滚动工作区时发生。Occurs when the user or code scrolls through the client area. (继承自 ScrollableControl) |
| Shown |
只要窗体是首次显示就发生。Occurs whenever the form is first displayed. (继承自 Form) |
| SizeChanged |
在 Size 属性值更改时发生。Occurs when the Size property value changes. (继承自 Control) |
| StyleChanged |
在控件样式更改时发生。Occurs when the control style changes. (继承自 Control) |
| SystemColorsChanged |
系统颜色更改时发生。Occurs when the system colors change. (继承自 Control) |
| TabIndexChanged |
当 TabIndex 属性的值更改时发生。Occurs when the value of the TabIndex property changes. (继承自 Form) |
| TabStopChanged |
当 TabStop 属性更改时发生。Occurs when the TabStop property changes. (继承自 Form) |
| TextChanged |
在 Text 属性值更改时发生。Occurs when the Text property value changes. (继承自 Control) |
| Validated |
在控件完成验证时发生。Occurs when the control is finished validating. (继承自 Control) |
| Validating |
在控件验证时发生。Occurs when the control is validating. (继承自 Control) |
| VisibleChanged |
在 Visible 属性值更改时发生。Occurs when the Visible property value changes. (继承自 Control) |
显式接口实现
| IContainerControl.ActivateControl(Control) |
激活指定的控件。Activates the specified control. (继承自 ContainerControl) |
| IDropTarget.OnDragDrop(DragEventArgs) |
引发 DragDrop 事件。Raises the DragDrop event. (继承自 Control) |
| IDropTarget.OnDragEnter(DragEventArgs) |
引发 DragEnter 事件。Raises the DragEnter event. (继承自 Control) |
| IDropTarget.OnDragLeave(EventArgs) |
引发 DragLeave 事件。Raises the DragLeave event. (继承自 Control) |
| IDropTarget.OnDragOver(DragEventArgs) |
引发 DragOver 事件。Raises the DragOver event. (继承自 Control) |