SplitterPanel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a panel that is associated with a SplitContainer.
public ref class SplitterPanel sealed : System::Windows::Forms::Panel
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)]
public sealed class SplitterPanel : System.Windows.Forms.Panel
[System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)]
public sealed class SplitterPanel : System.Windows.Forms.Panel
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)>]
type SplitterPanel = class
inherit Panel
[<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)>]
type SplitterPanel = class
inherit Panel
Public NotInheritable Class SplitterPanel
Inherits Panel
- Inheritance
- Attributes
Remarks
The SplitterPanel is a member of its associated SplitContainer rather than being a member of the underlying form. At design time, the SplitterPanel is accessible through the Panel1 or Panel2 properties of SplitContainer.
Constructors
| Name | Description |
|---|---|
| SplitterPanel(SplitContainer) |
Initializes a new instance of the SplitterPanel class with its specified SplitContainer. |
Fields
| Name | Description |
|---|---|
| ScrollStateAutoScrolling |
Determines the value of the AutoScroll property. (Inherited from ScrollableControl) |
| ScrollStateFullDrag |
Determines whether the user has enabled full window drag. (Inherited from ScrollableControl) |
| ScrollStateHScrollVisible |
Determines whether the value of the HScroll property is set to |
| ScrollStateUserHasScrolled |
Determines whether the user had scrolled through the ScrollableControl control. (Inherited from ScrollableControl) |
| ScrollStateVScrollVisible |
Determines whether the value of the VScroll property is set to |
Properties
| Name | Description |
|---|---|
| AccessibilityObject |
Gets the AccessibleObject assigned to the control. (Inherited from Control) |
| AccessibleDefaultActionDescription |
Gets or sets the default action description of the control for use by accessibility client applications. (Inherited from Control) |
| AccessibleDescription |
Gets or sets the description of the control used by accessibility client applications. (Inherited from Control) |
| AccessibleName |
Gets or sets the name of the control used by accessibility client applications. (Inherited from Control) |
| AccessibleRole |
Gets or sets the accessible role of the control. (Inherited from Control) |
| AllowDrop |
Gets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from Control) |
| Anchor |
Gets or sets how a SplitterPanel attaches to the edges of the SplitContainer. This property is not relevant to this class. |
| AutoScroll |
Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries. (Inherited from ScrollableControl) |
| AutoScrollMargin |
Gets or sets the size of the auto-scroll margin. (Inherited from ScrollableControl) |
| AutoScrollMinSize |
Gets or sets the minimum size of the auto-scroll. (Inherited from ScrollableControl) |
| AutoScrollOffset |
Gets or sets where this control is scrolled to in ScrollControlIntoView(Control). (Inherited from Control) |
| AutoScrollPosition |
Gets or sets the location of the auto-scroll position. (Inherited from ScrollableControl) |
| AutoSize |
Gets or sets a value that indicates whether the SplitterPanel is automatically resized to display its entire contents. This property is not relevant to this class. |
| AutoSizeMode |
Enables the SplitterPanel to shrink when AutoSize is |
| BackColor |
Gets or sets the background color for the control. (Inherited from Control) |
| BackgroundImage |
Gets or sets the background image displayed in the control. (Inherited from Control) |
| BackgroundImageLayout |
Gets or sets the background image layout as defined in the ImageLayout enumeration. (Inherited from Control) |
| BindingContext |
Gets or sets the BindingContext for the control. (Inherited from Control) |
| BorderStyle |
Gets or sets the border style for the SplitterPanel. This property is not relevant to this class. |
| Bottom |
Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Inherited from Control) |
| Bounds |
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from Control) |
| CanEnableIme |
Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Inherited from Control) |
| CanFocus |
Gets a value indicating whether the control can receive focus. (Inherited from Control) |
| CanRaiseEvents |
Determines if events can be raised on the control. (Inherited from Control) |
| CanSelect |
Gets a value indicating whether the control can be selected. (Inherited from Control) |
| Capture |
Gets or sets a value indicating whether the control has captured the mouse. (Inherited from 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. (Inherited from Control) |
| ClientRectangle |
Gets the rectangle that represents the client area of the control. (Inherited from Control) |
| ClientSize |
Gets or sets the height and width of the client area of the control. (Inherited from Control) |
| CompanyName |
Gets the name of the company or creator of the application containing the control. (Inherited from Control) |
| Container |
Gets the IContainer that contains the Component. (Inherited from Component) |
| ContainsFocus |
Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from Control) |
| ContextMenu |
Obsolete.
Gets or sets the shortcut menu associated with the control. (Inherited from Control) |
| ContextMenuStrip |
Gets or sets the ContextMenuStrip associated with this control. (Inherited from Control) |
| Controls |
Gets the collection of controls contained within the control. (Inherited from Control) |
| Created |
Gets a value indicating whether the control has been created. (Inherited from Control) |
| CreateParams |
Gets the required creation parameters when the control handle is created. (Inherited from Panel) |
| Cursor |
Gets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from Control) |
| DataBindings |
Gets the data bindings for the control. (Inherited from Control) |
| DataContext |
Gets or sets the data context for the purpose of data binding. This is an ambient property. (Inherited from Control) |
| DefaultCursor |
Gets or sets the default cursor for the control. (Inherited from Control) |
| DefaultImeMode |
Gets the default Input Method Editor (IME) mode supported by the control. (Inherited from Control) |
| DefaultMargin |
Gets the space, in pixels, that is specified by default between controls. (Inherited from Control) |
| DefaultMaximumSize |
Gets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from Control) |
| DefaultMinimumSize |
Gets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from Control) |
| DefaultPadding |
Gets the default internal spacing, in pixels, of the contents of a control. (Inherited from Control) |
| DefaultSize |
Gets the default size of the control. (Inherited from Panel) |
| DesignMode |
Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) |
| DeviceDpi |
Gets the DPI value for the display device where the control is currently being displayed. (Inherited from Control) |
| DisplayRectangle |
Gets the rectangle that represents the virtual display area of the control. (Inherited from ScrollableControl) |
| Disposing |
Gets a value indicating whether the base Control class is in the process of disposing. (Inherited from Control) |
| Dock |
Gets or sets which edge of the SplitContainer that the SplitterPanel is docked to. This property is not relevant to this class. |
| DockPadding |
Gets the internal spacing between the SplitterPanel and its edges. This property is not relevant to this class. |
| DoubleBuffered |
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Inherited from Control) |
| Enabled |
Gets or sets a value indicating whether the control can respond to user interaction. (Inherited from Control) |
| Events |
Gets the list of event handlers that are attached to this Component. (Inherited from Component) |
| Focused |
Gets a value indicating whether the control has input focus. (Inherited from Control) |
| Font |
Gets or sets the font of the text displayed by the control. (Inherited from Control) |
| FontHeight |
Gets or sets the height of the font of the control. (Inherited from Control) |
| ForeColor |
Gets or sets the foreground color of the control. (Inherited from Control) |
| Handle |
Gets the window handle that the control is bound to. (Inherited from Control) |
| HasChildren |
Gets a value indicating whether the control contains one or more child controls. (Inherited from Control) |
| Height |
Gets or sets the height of the SplitterPanel. |
| HorizontalScroll |
Gets the characteristics associated with the horizontal scroll bar. (Inherited from ScrollableControl) |
| HScroll |
Gets or sets a value indicating whether the horizontal scroll bar is visible. (Inherited from ScrollableControl) |
| ImeMode |
Gets or sets the Input Method Editor (IME) mode of the control. (Inherited from Control) |
| ImeModeBase |
Gets or sets the IME mode of a control. (Inherited from 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. (Inherited from Control) |
| IsAccessible |
Gets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from Control) |
| IsAncestorSiteInDesignMode |
Indicates if one of the Ancestors of this control is sited and that site in DesignMode. This property is read-only. (Inherited from Control) |
| IsDisposed |
Gets a value indicating whether the control has been disposed of. (Inherited from Control) |
| IsHandleCreated |
Gets a value indicating whether the control has a handle associated with it. (Inherited from Control) |
| IsMirrored |
Gets a value indicating whether the control is mirrored. (Inherited from Control) |
| LayoutEngine |
Gets a cached instance of the control's layout engine. (Inherited from 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. (Inherited from Control) |
| Location |
Gets or sets the coordinates of the upper-left corner of the SplitterPanel relative to the upper-left corner of its SplitContainer. This property is not relevant to this class. |
| Margin |
Gets or sets the space between controls. (Inherited from Control) |
| MaximumSize |
Gets or sets the size that is the upper limit that GetPreferredSize(Size) can specify. This property is not relevant to this class. |
| MinimumSize |
Gets or sets the size that is the lower limit that GetPreferredSize(Size) can specify. This property is not relevant to this class. |
| Name |
The name of this SplitterPanel. This property is not relevant to this class. |
| Padding |
Gets or sets padding within the control. (Inherited from Control) |
| Parent |
Gets or sets the SplitContainer that contains this SplitterPanel. This property is not relevant to this class. |
| PreferredSize |
Gets the size of a rectangular area into which the control can fit. (Inherited from Control) |
| ProductName |
Gets the product name of the assembly containing the control. (Inherited from Control) |
| ProductVersion |
Gets the version of the assembly containing the control. (Inherited from Control) |
| RecreatingHandle |
Gets a value indicating whether the control is currently re-creating its handle. (Inherited from Control) |
| Region |
Gets or sets the window region associated with the control. (Inherited from Control) |
| RenderRightToLeft |
Obsolete.
Obsolete.
This property is now obsolete. (Inherited from Control) |
| ResizeRedraw |
Gets or sets a value indicating whether the control redraws itself when resized. (Inherited from Control) |
| Right |
Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Inherited from Control) |
| RightToLeft |
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from Control) |
| ScaleChildren |
Gets a value that determines the scaling of child controls. (Inherited from Control) |
| ShowFocusCues |
Gets a value indicating whether the control should display focus rectangles. (Inherited from Control) |
| ShowKeyboardCues |
Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Inherited from Control) |
| Site |
Gets or sets the site of the control. (Inherited from Control) |
| Size |
Gets or sets the height and width of the SplitterPanel. This property is not relevant to this class. |
| TabIndex |
Gets or sets the tab order of the SplitterPanel within its SplitContainer. This property is not relevant to this class. |
| TabStop |
Gets or sets a value that indicates whether the user can give the focus to this SplitterPanel using the TAB key. This property is not relevant to this class. |
| Tag |
Gets or sets the object that contains data about the control. (Inherited from Control) |
| Text |
This member is not meaningful for this control. (Inherited from Panel) |
| 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. (Inherited from Control) |
| 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. (Inherited from Control) |
| UseWaitCursor |
Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from Control) |
| VerticalScroll |
Gets the characteristics associated with the vertical scroll bar. (Inherited from ScrollableControl) |
| Visible |
Gets or sets a value that indicates whether the SplitterPanel is displayed. This property is not relevant to this class. |
| VScroll |
Gets or sets a value indicating whether the vertical scroll bar is visible. (Inherited from ScrollableControl) |
| Width |
Gets or sets the width of the SplitterPanel. |
| WindowTarget |
This property is not relevant for this class. (Inherited from Control) |
Methods
| Name | Description |
|---|---|
| AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) |
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control . (Inherited from Control) |
| AccessibilityNotifyClients(AccessibleEvents, Int32) |
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. (Inherited from Control) |
| AdjustFormScrollbars(Boolean) |
Adjusts the scroll bars on the container based on the current control positions and the control currently selected. (Inherited from ScrollableControl) |
| BeginInvoke(Action) |
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from 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. (Inherited from Control) |
| BeginInvoke(Delegate) |
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from Control) |
| BringToFront() |
Brings the control to the front of the z-order. (Inherited from Control) |
| Contains(Control) |
Retrieves a value indicating whether the specified control is a child of the control. (Inherited from Control) |
| CreateAccessibilityInstance() |
Creates a new AccessibleObject for this Panel instance. The AccessibleObject instance returned by this method supports ControlType UIA property. (Inherited from Panel) |
| CreateControl() |
Forces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from Control) |
| CreateControlsInstance() |
Creates a new instance of the control collection for the control. (Inherited from Control) |
| CreateGraphics() |
Creates the Graphics for the control. (Inherited from Control) |
| CreateHandle() |
Creates a handle for the control. (Inherited from Control) |
| CreateObjRef(Type) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject) |
| DefWndProc(Message) |
Sends the specified message to the default window procedure. (Inherited from Control) |
| DestroyHandle() |
Destroys the handle associated with the control. (Inherited from Control) |
| Dispose() |
Releases all resources used by the Component. (Inherited from Component) |
| Dispose(Boolean) |
Releases the unmanaged resources used by the Control and its child controls and optionally releases the managed resources. (Inherited from Control) |
| DoDragDrop(Object, DragDropEffects, Bitmap, Point, Boolean) |
Begins a drag operation. (Inherited from Control) |
| DoDragDrop(Object, DragDropEffects) |
Begins a drag-and-drop operation. (Inherited from Control) |
| DoDragDropAsJson<T>(T, DragDropEffects, Bitmap, Point, Boolean) | (Inherited from Control) |
| DoDragDropAsJson<T>(T, DragDropEffects) | (Inherited from Control) |
| DrawToBitmap(Bitmap, Rectangle) |
Supports rendering to the specified bitmap. (Inherited from Control) |
| EndInvoke(IAsyncResult) |
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Inherited from Control) |
| Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
| FindForm() |
Retrieves the form that the control is on. (Inherited from Control) |
| Focus() |
Sets input focus to the control. (Inherited from Control) |
| GetAccessibilityObjectById(Int32) |
Retrieves the specified AccessibleObject. (Inherited from Control) |
| GetAutoSizeMode() |
Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from 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. (Inherited from Control) |
| GetChildAtPoint(Point) |
Retrieves the child control that is located at the specified coordinates. (Inherited from Control) |
| GetContainerControl() |
Returns the next ContainerControl up the control's chain of parent controls. (Inherited from Control) |
| GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
| GetLifetimeService() |
Obsolete.
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject) |
| GetNextControl(Control, Boolean) |
Retrieves the next control forward or back in the tab order of child controls. (Inherited from Control) |
| GetPreferredSize(Size) |
Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from Control) |
| GetScaledBounds(Rectangle, SizeF, BoundsSpecified) |
Retrieves the bounds within which the control is scaled. (Inherited from Control) |
| GetScrollState(Int32) |
Determines whether the specified flag has been set. (Inherited from ScrollableControl) |
| GetService(Type) |
Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component) |
| GetStyle(ControlStyles) |
Retrieves the value of the specified control style bit for the control. (Inherited from Control) |
| GetTopLevel() |
Determines if the control is a top-level control. (Inherited from Control) |
| GetType() |
Gets the Type of the current instance. (Inherited from Object) |
| Hide() |
Conceals the control from the user. (Inherited from Control) |
| InitializeLifetimeService() |
Obsolete.
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject) |
| InitLayout() |
Called after the control has been added to another container. (Inherited from Control) |
| Invalidate() |
Invalidates the entire surface of the control and causes the control to be redrawn. (Inherited from 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. (Inherited from 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. (Inherited from 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. (Inherited from 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. (Inherited from 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. (Inherited from Control) |
| Invoke(Action) |
Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from 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. (Inherited from Control) |
| Invoke(Delegate) |
Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from Control) |
| Invoke<T>(Func<T>) |
Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from Control) |
| InvokeAsync(Action, CancellationToken) |
Invokes the specified synchronous callback asynchronously on the thread that owns the control's handle. (Inherited from Control) |
| InvokeAsync(Func<CancellationToken,ValueTask>, CancellationToken) |
Executes the specified asynchronous callback on the thread that owns the control's handle asynchronously. (Inherited from Control) |
| InvokeAsync<T>(Func<CancellationToken,ValueTask<T>>, CancellationToken) |
Executes the specified asynchronous callback on the thread that owns the control's handle. (Inherited from Control) |
| InvokeAsync<T>(Func<T>, CancellationToken) |
Invokes the specified synchronous callback asynchronously on the thread that owns the control's handle. (Inherited from Control) |
| InvokeGotFocus(Control, EventArgs) |
Raises the GotFocus event for the specified control. (Inherited from Control) |
| InvokeLostFocus(Control, EventArgs) |
Raises the LostFocus event for the specified control. (Inherited from Control) |
| InvokeOnClick(Control, EventArgs) |
Raises the Click event for the specified control. (Inherited from Control) |
| InvokePaint(Control, PaintEventArgs) |
Raises the Paint event for the specified control. (Inherited from Control) |
| InvokePaintBackground(Control, PaintEventArgs) |
Raises the |
| IsInputChar(Char) |
Determines if a character is an input character that the control recognizes. (Inherited from Control) |
| IsInputKey(Keys) |
Determines whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from Control) |
| LogicalToDeviceUnits(Int32) |
Converts a Logical DPI value to its equivalent DeviceUnit DPI value. (Inherited from Control) |
| LogicalToDeviceUnits(Size) |
Transforms a size from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for width and height. (Inherited from Control) |
| MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
| MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject) |
| NotifyInvalidate(Rectangle) |
Raises the Invalidated event with a specified region of the control to invalidate. (Inherited from Control) |
| OnAutoSizeChanged(EventArgs) |
Raises the AutoSizeChanged event. (Inherited from Control) |
| OnBackColorChanged(EventArgs) |
Raises the BackColorChanged event. (Inherited from Control) |
| OnBackgroundImageChanged(EventArgs) |
Raises the BackgroundImageChanged event. (Inherited from Control) |
| OnBackgroundImageLayoutChanged(EventArgs) |
Raises the BackgroundImageLayoutChanged event. (Inherited from Control) |
| OnBindingContextChanged(EventArgs) |
Raises the BindingContextChanged event. (Inherited from Control) |
| OnCausesValidationChanged(EventArgs) |
Raises the CausesValidationChanged event. (Inherited from Control) |
| OnChangeUICues(UICuesEventArgs) |
Raises the ChangeUICues event. (Inherited from Control) |
| OnClick(EventArgs) |
Raises the Click event. (Inherited from Control) |
| OnClientSizeChanged(EventArgs) |
Raises the ClientSizeChanged event. (Inherited from Control) |
| OnContextMenuChanged(EventArgs) |
Obsolete.
Raises the ContextMenuChanged event. (Inherited from Control) |
| OnContextMenuStripChanged(EventArgs) |
Raises the ContextMenuStripChanged event. (Inherited from Control) |
| OnControlAdded(ControlEventArgs) |
Raises the ControlAdded event. (Inherited from Control) |
| OnControlRemoved(ControlEventArgs) |
Raises the ControlRemoved event. (Inherited from Control) |
| OnCreateControl() |
Raises the CreateControl() method. (Inherited from Control) |
| OnCursorChanged(EventArgs) |
Raises the CursorChanged event. (Inherited from Control) |
| OnDataContextChanged(EventArgs) | (Inherited from Control) |
| OnDockChanged(EventArgs) |
Raises the DockChanged event. (Inherited from Control) |
| OnDoubleClick(EventArgs) |
Raises the DoubleClick event. (Inherited from Control) |
| OnDpiChangedAfterParent(EventArgs) |
Raises the DpiChangedAfterParent event. (Inherited from Control) |
| OnDpiChangedBeforeParent(EventArgs) |
Raises the DpiChangedBeforeParent event. (Inherited from Control) |
| OnDragDrop(DragEventArgs) |
Raises the DragDrop event. (Inherited from Control) |
| OnDragEnter(DragEventArgs) |
Raises the DragEnter event. (Inherited from Control) |
| OnDragLeave(EventArgs) |
Raises the DragLeave event. (Inherited from Control) |
| OnDragOver(DragEventArgs) |
Raises the DragOver event. (Inherited from Control) |
| OnEnabledChanged(EventArgs) |
Raises the EnabledChanged event. (Inherited from Control) |
| OnEnter(EventArgs) |
Raises the Enter event. (Inherited from Control) |
| OnFontChanged(EventArgs) |
Raises the FontChanged event. (Inherited from Control) |
| OnForeColorChanged(EventArgs) |
Raises the ForeColorChanged event. (Inherited from Control) |
| OnGiveFeedback(GiveFeedbackEventArgs) |
Raises the GiveFeedback event. (Inherited from Control) |
| OnGotFocus(EventArgs) |
Raises the GotFocus event. (Inherited from Control) |
| OnHandleCreated(EventArgs) |
Raises the HandleCreated event. (Inherited from Control) |
| OnHandleDestroyed(EventArgs) |
Raises the HandleDestroyed event. (Inherited from Control) |
| OnHelpRequested(HelpEventArgs) |
Raises the HelpRequested event. (Inherited from Control) |
| OnImeModeChanged(EventArgs) |
Raises the ImeModeChanged event. (Inherited from Control) |
| OnInvalidated(InvalidateEventArgs) |
Raises the Invalidated event. (Inherited from Control) |
| OnKeyDown(KeyEventArgs) |
Raises the KeyDown event. (Inherited from Control) |
| OnKeyPress(KeyPressEventArgs) |
Raises the KeyPress event. (Inherited from Control) |
| OnKeyUp(KeyEventArgs) |
Raises the KeyUp event. (Inherited from Control) |
| OnLayout(LayoutEventArgs) |
Raises the Layout event. (Inherited from ScrollableControl) |
| OnLeave(EventArgs) |
Raises the Leave event. (Inherited from Control) |
| OnLocationChanged(EventArgs) |
Raises the LocationChanged event. (Inherited from Control) |
| OnLostFocus(EventArgs) |
Raises the LostFocus event. (Inherited from Control) |
| OnMarginChanged(EventArgs) |
Raises the MarginChanged event. (Inherited from Control) |
| OnMouseCaptureChanged(EventArgs) |
Raises the MouseCaptureChanged event. (Inherited from Control) |
| OnMouseClick(MouseEventArgs) |
Raises the MouseClick event. (Inherited from Control) |
| OnMouseDoubleClick(MouseEventArgs) |
Raises the MouseDoubleClick event. (Inherited from Control) |
| OnMouseDown(MouseEventArgs) |
Raises the MouseDown event. (Inherited from Control) |
| OnMouseEnter(EventArgs) |
Raises the MouseEnter event. (Inherited from Control) |
| OnMouseHover(EventArgs) |
Raises the |