点击或拖拽改变大小

FormPopup 方法

FormPopup 类型公开以下成员。

方法
  名称说明
受保护的方法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
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见