点击或拖拽改变大小

FormPopup 类

一个用于消息弹出显示的类
继承层次
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              HslCommunication.BasicFrameworkFormPopup

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.0.0 (12.1.0.0)
语法
public class FormPopup : Form

FormPopup 类型公开以下成员。

构造函数
  名称说明
公共方法FormPopup
实例化一个窗口信息弹出的对象
公共方法FormPopup(String)
实例化一个窗口信息弹出的对象
公共方法FormPopup(String, Color)
实例化一个窗口信息弹出的对象
公共方法FormPopup(String, Color, Int32)
实例化一个窗口信息弹出的对象
Top
属性
  名称说明
公共属性AcceptButton
Gets or sets the button on the form that is clicked when the user presses the ENTER key.
(继承自 Form。)
公共属性AccessibilityObject
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
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。)
公共属性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
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
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
Gets or sets the background image layout as defined in the ImageLayout enumeration.
(继承自 Control。)
公共属性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
Gets or sets the button control that is clicked when the user presses the ESC key.
(继承自 Form。)
受保护的属性CanEnableIme
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
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
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
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
Gets a value that indicates whether the Component is currently in design mode.
(继承自 Component。)
公共属性DesktopBounds
Gets or sets the size and location of the form on the Windows desktop.
(继承自 Form。)
公共属性DesktopLocation
Gets or sets the location of the form on the Windows desktop.
(继承自 Form。)
公共属性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
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。)
受保护的属性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
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
Gets or sets the Input Method Editor (IME) mode of the control.
(继承自 Control。)
受保护的属性ImeModeBase
Gets or sets the IME mode of a control.
(继承自 Control。)
公共属性InvokeRequired
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
Gets a value indicating whether the form is a multiple-document interface (MDI) child form.
(继承自 Form。)
公共属性IsMdiContainer
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
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.
(继承自 Control。)
公共属性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
Gets an array of forms that represent the multiple-document interface (MDI) child forms that are parented to this form.
(继承自 Form。)
公共属性MdiParent
Gets or sets the current multiple-document interface (MDI) parent form of this form.
(继承自 Form。)
公共属性Menu
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
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。)
受保护的属性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
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
Gets or sets the tab order of the control within its container.
(继承自 Control。)
公共属性TabStop
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
(继承自 Control。)
公共属性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
Gets the parent control that is not parented by another Windows Forms control. 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。)
Top
方法
  名称说明
受保护的方法AccessibilityNotifyClients(AccessibleEvents, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.
(继承自 Control。)
受保护的方法AccessibilityNotifyClients(AccessibleEvents, Int32, Int32)
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
Activates the MDI child of a form.
(继承自 Form。)
公共方法AddOwnedForm
Adds an owned form to this form.
(继承自 Form。)
受保护的方法AdjustFormScrollbars
Adjusts the scroll bars on the container based on the current control positions and the control currently selected.
(继承自 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
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。)
公共方法Contains
Retrieves a value indicating whether the specified control is a child of the control.
(继承自 Control。)
受保护的方法CreateAccessibilityInstance
Creates a new accessibility object for the control.
(继承自 Control。)
公共方法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
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
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(继承自 MarshalByRefObject。)
受保护的方法DefWndProc
Sends the specified message to the default window procedure.
(继承自 Form。)
受保护的方法DestroyHandle
Destroys the handle associated with the control.
(继承自 Control。)
公共方法Dispose
Releases all resources used by the Component.
(继承自 Component。)
受保护的方法Dispose(Boolean)
Clean up any resources being used.
(重写 FormDispose(Boolean).)
公共方法DoDragDrop
Begins a drag-and-drop operation.
(继承自 Control。)
公共方法DrawToBitmap
Supports rendering to the specified bitmap.
(继承自 Control。)
公共方法EndInvoke
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(继承自 Control。)
公共方法Equals
Determines whether the specified object is equal to the current object.
(继承自 Object。)
受保护的方法Finalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(继承自 Component。)
公共方法FindForm
Retrieves the form that the control is on.
(继承自 Control。)
公共方法Focus
Sets input focus to the control.
(继承自 Control。)
受保护的方法GetAccessibilityObjectById
Retrieves the specified AccessibleObject.
(继承自 Control。)
受保护的方法GetAutoSizeMode
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
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
Retrieves the next control forward or back in the tab order of child controls.
(继承自 Control。)
公共方法GetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(继承自 Control。)
受保护的方法GetScaledBounds
Retrieves the bounds within which the control is scaled.
(继承自 Form。)
受保护的方法GetScrollState
Determines whether the specified flag has been set.
(继承自 ScrollableControl。)
受保护的方法GetService
Returns an object that represents a service provided by the Component or by its Container.
(继承自 Component。)
受保护的方法GetStyle
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
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(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(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(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。)
公共方法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。)
公共方法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
Raises the GotFocus event for the specified control.
(继承自 Control。)
受保护的方法InvokeLostFocus
Raises the LostFocus event for the specified control.
(继承自 Control。)
受保护的方法InvokeOnClick
Raises the Click event for the specified control.
(继承自 Control。)
受保护的方法InvokePaint
Raises the Paint event for the specified control.
(继承自 Control。)
受保护的方法InvokePaintBackground
Raises the PaintBackground event for the specified control.
(继承自 Control。)
受保护的方法IsInputChar
Determines if a character is an input character that the control recognizes.
(继承自 Control。)
受保护的方法IsInputKey
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
(继承自 Control。)
公共方法LayoutMdi
Arranges the multiple-document interface (MDI) child forms within the MDI parent form.
(继承自 Form。)
公共方法LocationUpMove
窗体的位置进行向上调整
公共方法LocationUpMove(Int32)
窗体的位置进行向上调整
受保护的方法MemberwiseClone
Creates a shallow copy of the current Object.
(继承自 Object。)
受保护的方法MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(继承自 MarshalByRefObject。)
受保护的方法NotifyInvalidate
Raises the Invalidated event with a specified region of the control to invalidate.
(继承自 Control。)
受保护的方法OnActivated
Raises the Activated event.
(继承自 Form。)
受保护的方法OnAutoSizeChanged
Raises the AutoSizeChanged event.
(继承自 Control。)
受保护的方法OnAutoValidateChanged
Raises the AutoValidateChanged event.
(继承自 ContainerControl。)
受保护的方法OnBackColorChanged
Raises the BackColorChanged event.
(继承自 Control。)
受保护的方法OnBackgroundImageChanged
Raises the BackgroundImageChanged event.
(继承自 Form。)
受保护的方法OnBackgroundImageLayoutChanged
Raises the BackgroundImageLayoutChanged event.
(继承自 Form。)
受保护的方法OnBindingContextChanged
Raises the BindingContextChanged event.
(继承自 Control。)
受保护的方法OnCausesValidationChanged
Raises the CausesValidationChanged event.
(继承自 Control。)
受保护的方法OnChangeUICues
Raises the ChangeUICues event.
(继承自 Control。)
受保护的方法OnClick
Raises the Click event.
(继承自 Control。)
受保护的方法OnClientSizeChanged
Raises the ClientSizeChanged event.
(继承自 Control。)
受保护的方法OnClosed
Raises the Closed event.
(继承自 Form。)
受保护的方法OnClosing
Raises the Closing event.
(继承自 Form。)
受保护的方法OnContextMenuChanged
Raises the ContextMenuChanged event.
(继承自 Control。)
受保护的方法OnContextMenuStripChanged
Raises the ContextMenuStripChanged event.
(继承自 Control。)
受保护的方法OnControlAdded
Raises the ControlAdded event.
(继承自 Control。)
受保护的方法OnControlRemoved
Raises the ControlRemoved event.
(继承自 Control。)
受保护的方法OnCreateControl
Raises the CreateControl event.
(继承自 Form。)
受保护的方法OnCursorChanged
Raises the CursorChanged event.
(继承自 Control。)
受保护的方法OnDeactivate
Raises the Deactivate event.
(继承自 Form。)
受保护的方法OnDockChanged
Raises the DockChanged event.
(继承自 Control。)
受保护的方法OnDoubleClick
Raises the DoubleClick event.
(继承自 Control。)
受保护的方法OnDragDrop
Raises the DragDrop event.
(继承自 Control。)
受保护的方法OnDragEnter
Raises the DragEnter event.
(继承自 Control。)
受保护的方法OnDragLeave
Raises the DragLeave event.
(继承自 Control。)
受保护的方法OnDragOver
Raises the DragOver event.
(继承自 Control。)
受保护的方法OnEnabledChanged
Raises the EnabledChanged event.
(继承自 Form。)
受保护的方法OnEnter
Raises the Enter event.
(继承自 Form。)
受保护的方法OnFontChanged
Raises the FontChanged event.
(继承自 Form。)
受保护的方法OnForeColorChanged
Raises the ForeColorChanged event.
(继承自 Control。)
受保护的方法OnFormClosed
Raises the FormClosed event.
(继承自 Form。)
受保护的方法OnFormClosing
Raises the FormClosing event.
(继承自 Form。)
受保护的方法OnGiveFeedback
Raises the GiveFeedback event.
(继承自 Control。)
受保护的方法OnGotFocus
Raises the GotFocus event.
(继承自 Control。)
受保护的方法OnHandleCreated
Raises the HandleCreated event.
(继承自 Form。)
受保护的方法OnHandleDestroyed
Raises the HandleDestroyed event.
(继承自 Form。)
受保护的方法OnHelpButtonClicked
Raises the HelpButtonClicked event.
(继承自 Form。)
受保护的方法OnHelpRequested
Raises the HelpRequested event.
(继承自 Control。)
受保护的方法OnImeModeChanged
Raises the ImeModeChanged event.
(继承自 Control。)
受保护的方法OnInputLanguageChanged
Raises the InputLanguageChanged event.
(继承自 Form。)
受保护的方法OnInputLanguageChanging
Raises the InputLanguageChanging event.
(继承自 Form。)
受保护的方法OnInvalidated
Raises the Invalidated event.
(继承自 Control。)
受保护的方法OnKeyDown
Raises the KeyDown event.
(继承自 Control。)
受保护的方法OnKeyPress
Raises the KeyPress event.
(继承自 Control。)
受保护的方法OnKeyUp
Raises the KeyUp event.
(继承自 Control。)
受保护的方法OnLayout
Raises the Layout event.
(继承自 Form。)
受保护的方法OnLeave
Raises the Leave event.
(继承自 Control。)
受保护的方法OnLoad
Raises the Load event.
(继承自 Form。)
受保护的方法OnLocationChanged
Raises the LocationChanged event.
(继承自 Control。)
受保护的方法OnLostFocus
Raises the LostFocus event.
(继承自 Control。)
受保护的方法OnMarginChanged
Raises the MarginChanged event.
(继承自 Control。)
受保护的方法OnMaximizedBoundsChanged
Raises the MaximizedBoundsChanged event.
(继承自 Form。)
受保护的方法OnMaximumSizeChanged
Raises the MaximumSizeChanged event.
(继承自 Form。)
受保护的方法OnMdiChildActivate
Raises the MdiChildActivate event.
(继承自 Form。)
受保护的方法OnMenuComplete
Raises the MenuComplete event.
(继承自 Form。)
受保护的方法OnMenuStart
Raises the MenuStart event.
(继承自 Form。)
受保护的方法OnMinimumSizeChanged
Raises the MinimumSizeChanged event.
(继承自 Form。)
受保护的方法OnMouseCaptureChanged
Raises the MouseCaptureChanged event.
(继承自 Control。)
受保护的方法OnMouseClick
Raises the MouseClick event.
(继承自 Control。)
受保护的方法OnMouseDoubleClick
Raises the MouseDoubleClick event.
(继承自 Control。)
受保护的方法OnMouseDown
Raises the MouseDown event.
(继承自 Control。)
受保护的方法OnMouseEnter
Raises the MouseEnter event.
(继承自 Control。)
受保护的方法OnMouseHover
Raises the MouseHover event.
(继承自 Control。)
受保护的方法OnMouseLeave
Raises the MouseLeave event.
(继承自 Control。)
受保护的方法OnMouseMove
Raises the MouseMove event.
(继承自 Control。)
受保护的方法OnMouseUp
Raises the MouseUp event.
(继承自 Control。)
受保护的方法OnMouseWheel
Raises the MouseWheel event.
(继承自 ScrollableControl。)
受保护的方法OnMove
Raises the Move event.
(继承自 Control。)
受保护的方法OnNotifyMessage
Notifies the control of Windows messages.
(继承自 Control。)
受保护的方法OnPaddingChanged
Raises the PaddingChanged event.
(继承自 ScrollableControl。)
受保护的方法OnPaint
Raises the Paint event.
(继承自 Form。)
受保护的方法OnPaintBackground
Paints the background of the control.
(继承自 ScrollableControl。)
受保护的方法OnParentBackColorChanged
Raises the BackColorChanged event when the BackColor property value of the control's container changes.
(继承自 Control。)
受保护的方法OnParentBackgroundImageChanged
Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes.
(继承自 Control。)
受保护的方法OnParentBindingContextChanged
Raises the BindingContextChanged event when the BindingContext property value of the control's container changes.
(继承自 Control。)
受保护的方法OnParentChanged
Raises the ParentChanged event.
(继承自 ContainerControl。)
受保护的方法OnParentCursorChanged
Raises the CursorChanged event.
(继承自 Control。)
受保护的方法OnParentEnabledChanged
Raises the EnabledChanged event when the Enabled property value of the control's container changes.
(继承自 Control。)
受保护的方法OnParentFontChanged
Raises the FontChanged event when the Font property value of the control's container changes.
(继承自 Control。)
受保护的方法OnParentForeColorChanged
Raises the ForeColorChanged event when the ForeColor property value of the control's container changes.
(继承自 Control。)
受保护的方法OnParentRightToLeftChanged
Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.
(继承自 Control。)
受保护的方法OnParentVisibleChanged
Raises the VisibleChanged event when the Visible property value of the control's container changes.
(继承自 Control。)
受保护的方法OnPreviewKeyDown
Raises the PreviewKeyDown event.
(继承自 Control。)
受保护的方法OnPrint
Raises the Paint event.
(继承自 Control。)
受保护的方法OnQueryContinueDrag
Raises the QueryContinueDrag event.
(继承自 Control。)
受保护的方法OnRegionChanged
Raises the RegionChanged event.
(继承自 Control。)
受保护的方法OnResize
Raises the Resize event.
(继承自 Form。)
受保护的方法OnResizeBegin
Raises the ResizeBegin event.
(继承自 Form。)
受保护的方法OnResizeEnd
Raises the ResizeEnd event.
(继承自 Form。)
受保护的方法OnRightToLeftChanged
Raises the RightToLeftChanged event.
(继承自 ScrollableControl。)
受保护的方法OnRightToLeftLayoutChanged
Raises the RightToLeftLayoutChanged event.
(继承自 Form。)
受保护的方法OnScroll
Raises the Scroll event.
(继承自 ScrollableControl。)
受保护的方法OnShown
Raises the Shown event.
(继承自 Form。)
受保护的方法OnSizeChanged
Raises the SizeChanged event.
(继承自 Control。)
受保护的方法OnStyleChanged
Raises the StyleChanged event.
(继承自 Form。)
受保护的方法OnSystemColorsChanged
Raises the SystemColorsChanged event.
(继承自 Control。)
受保护的方法OnTabIndexChanged
Raises the TabIndexChanged event.
(继承自 Control。)
受保护的方法OnTabStopChanged
Raises the TabStopChanged event.
(继承自 Control。)
受保护的方法OnTextChanged
Raises the TextChanged event.
(继承自 Form。)
受保护的方法OnValidated
Raises the Validated event.
(继承自 Control。)
受保护的方法OnValidating
Raises the Validating event.
(继承自 Control。)
受保护的方法OnVisibleChanged
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
Computes the location of the specified screen point into client coordinates.
(继承自 Control。)
公共方法PointToScreen
Computes the location of the specified client point into screen coordinates.
(继承自 Control。)
公共方法PreProcessControlMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(继承自 Control。)
公共方法PreProcessMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(继承自 Control。)
受保护的方法ProcessCmdKey
Processes a command key.
(继承自 Form。)
受保护的方法ProcessDialogChar
Processes a dialog character.
(继承自 Form。)
受保护的方法ProcessDialogKey
Processes a dialog box key.
(继承自 Form。)
受保护的方法ProcessKeyEventArgs
Processes a key message and generates the appropriate control events.
(继承自 Control。)
受保护的方法ProcessKeyMessage
Processes a keyboard message.
(继承自 Control。)
受保护的方法ProcessKeyPreview
Previews a keyboard message.
(继承自 Form。)
受保护的方法ProcessMnemonic
Processes a mnemonic character.
(继承自 Form。)
受保护的方法ProcessTabKey
Selects the next available control and makes it the active control.
(继承自 Form。)
受保护的方法RaiseDragEvent
Raises the appropriate drag event.
(继承自 Control。)
受保护的方法RaiseKeyEvent
Raises the appropriate key event.
(继承自 Control。)
受保护的方法RaiseMouseEvent
Raises the appropriate mouse event.
(继承自 Control。)
受保护的方法RaisePaintEvent
Raises the appropriate paint event.
(继承自 Control。)
受保护的方法RecreateHandle
Forces the re-creation of the handle for the control.
(继承自 Control。)
公共方法RectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(继承自 Control。)
公共方法RectangleToScreen
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。)
公共方法RemoveOwnedForm
Removes an owned form from this form.
(继承自 Form。)
受保护的方法ResetMouseEventArgs
Resets the control to handle the MouseLeave event.
(继承自 Control。)
公共方法ResetText
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(HorizontalAlignment)
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(继承自 Control。)
受保护的方法RtlTranslateAlignment(LeftRightAlignment)
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(继承自 Control。)
受保护的方法RtlTranslateAlignment(ContentAlignment)
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(继承自 Control。)
受保护的方法RtlTranslateContent
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(继承自 Control。)
受保护的方法RtlTranslateHorizontal
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(继承自 Control。)
受保护的方法RtlTranslateLeftRight
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(继承自 Control。)
公共方法Scale
Scales the control and all child controls by the specified scaling factor.
(继承自 Control。)
受保护的方法ScaleControl
Scales the location, size, padding, and margin of a control.
(继承自 Form。)
公共方法ScrollControlIntoView
Scrolls the specified child control into view on an auto-scroll enabled control.
(继承自 ScrollableControl。)
受保护的方法ScrollToControl
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
Activates the next control.
(继承自 Control。)
公共方法SendToBack
Sends the control to the back of the z-order.
(继承自 Control。)
公共方法SetAutoScrollMargin
Sets the size of the auto-scroll margins.
(继承自 ScrollableControl。)
受保护的方法SetAutoSizeMode
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
Performs the work of setting the specified bounds of this control.
(继承自 Form。)
受保护的方法SetClientSizeCore
Sets the client size of the form. This will adjust the bounds of the form to make the client size the requested size.
(继承自 Form。)
公共方法SetDesktopBounds
Sets the bounds of the form in desktop coordinates.
(继承自 Form。)
公共方法SetDesktopLocation
Sets the location of the form in desktop coordinates.
(继承自 Form。)
受保护的方法SetDisplayRectLocation
Positions the display window to the specified value.
(继承自 ScrollableControl。)
受保护的方法SetScrollState
Sets the specified scroll state flag.
(继承自 ScrollableControl。)
受保护的方法SetStyle
Sets a specified ControlStyles flag to either or .
(继承自 Control。)
受保护的方法SetTopLevel
Sets the control as the top-level control.
(继承自 Control。)
受保护的方法SetVisibleCore
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
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。)
公共方法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
Updates the control in its parent's z-order.
(继承自 Control。)
公共方法Validate
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
Processes Windows messages.
(继承自 Form。)
Top
事件
  名称说明
公共事件Activated
Occurs when the form is activated in code or by the user.
(继承自 Form。)
公共事件AutoSizeChanged
Occurs when the AutoSize property changes.
(继承自 Form。)
公共事件AutoValidateChanged
Occurs when the AutoValidate property changes.
(继承自 Form。)
公共事件BackColorChanged
Occurs when the value of the BackColor property changes.
(继承自 Control。)
公共事件BackgroundImageChanged
Occurs when the value of the BackgroundImage property changes.
(继承自 Control。)
公共事件BackgroundImageLayoutChanged
Occurs when the BackgroundImageLayout property changes.
(继承自 Control。)
公共事件BindingContextChanged
Occurs when the value of the BindingContext property changes.
(继承自 Control。)
公共事件CausesValidationChanged
Occurs when the value of the CausesValidation property changes.
(继承自 Control。)
公共事件ChangeUICues
Occurs when the focus or keyboard user interface (UI) cues change.
(继承自 Control。)
公共事件Click
Occurs when the control is clicked.
(继承自 Control。)
公共事件ClientSizeChanged
Occurs when the value of the ClientSize property changes.
(继承自 Control。)
公共事件ContextMenuChanged
Occurs when the value of the ContextMenu property changes.
(继承自 Control。)
公共事件ContextMenuStripChanged
Occurs when the value of the ContextMenuStrip property changes.
(继承自 Control。)
公共事件ControlAdded
Occurs when a new control is added to the ControlControlCollection.
(继承自 Control。)
公共事件ControlRemoved
Occurs when a control is removed from the ControlControlCollection.
(继承自 Control。)
公共事件CursorChanged
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
Occurs when the component is disposed by a call to the Dispose method.
(继承自 Component。)
公共事件DockChanged
Occurs when the value of the Dock property changes.
(继承自 Control。)
公共事件DoubleClick
Occurs when the control is double-clicked.
(继承自 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
Occurs when the Enabled property value has changed.
(继承自 Control。)
公共事件Enter
Occurs when the control is entered.
(继承自 Control。)
公共事件FontChanged
Occurs when the Font property value changes.
(继承自 Control。)
公共事件ForeColorChanged
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
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
Occurs when the Location property value has changed.
(继承自 Control。)
公共事件LostFocus
Occurs when the control loses focus.
(继承自 Control。)
公共事件MarginChanged
Occurs when the control's margin changes.
(继承自 Control。)
公共事件MaximizedBoundsChanged
Occurs when the value of the MaximizedBounds property has changed.
(继承自 Form。)
公共事件MaximumSizeChanged
Occurs when the value of the MaximumSize property has changed.
(继承自 Form。)
公共事件MdiChildActivate
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
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
Occurs when the Parent property value changes.
(继承自 Control。)
公共事件PreviewKeyDown
Occurs before the KeyDown event when a key is pressed while focus is on this control.
(继承自 Control。)
公共事件QueryAccessibilityHelp
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
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
Occurs when the RightToLeft property value changes.
(继承自 Control。)
公共事件RightToLeftLayoutChanged
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
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
Occurs when the TabIndex property value changes.
(继承自 Control。)
公共事件TabStopChanged
Occurs when the TabStop property value changes.
(继承自 Control。)
公共事件TextChanged
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
Occurs when the Visible property value changes.
(继承自 Control。)
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见