FormLogNetView 方法 |
FormLogNetView 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | 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。) |
![]() | 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. (重写 FormOnShown(EventArgs).) |
![]() | 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。) |
名称 | 说明 | |
---|---|---|
![]() | ToJsonString |
获取当前对象的JSON格式表示的字符串。 (由 HslExtension 定义。)Gets the string represented by the JSON format of the current object. |