Click or drag to resize

KryptonSplitterPanel Methods

The KryptonSplitterPanel type exposes the following members.

Methods
 NameDescription
Public methodBeginInit Signals the object that initialization is starting.
(Inherited from VisualPanel)
Public methodBeginInvoke(Action)Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from Control)
Public methodBeginInvoke(Delegate)Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from Control)
Public methodBeginInvoke(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)
Public methodBringToFrontBrings the control to the front of the z-order.
(Inherited from Control)
Public methodContainsRetrieves a value indicating whether the specified control is a child of the control.
(Inherited from Control)
Public methodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls.
(Inherited from Control)
Public methodCreateGraphicsCreates the Graphics for the control.
(Inherited from Control)
Public methodCreateToolStripRenderer Create a tool strip renderer appropriate for the current renderer/palette pair.
(Inherited from VisualPanel)
Public methodDisposeReleases all resources used by the Component.
(Inherited from Component)
Public methodDoDragDrop(Object, DragDropEffects)Begins a drag-and-drop operation.
(Inherited from Control)
Public methodDoDragDrop(Object, DragDropEffects, Bitmap, Point, Boolean)Begins a drag operation.
(Inherited from Control)
Public methodDoDragDropAsJsonT(T, DragDropEffects)
(Inherited from Control)
Public methodDoDragDropAsJsonT(T, DragDropEffects, Bitmap, Point, Boolean)
(Inherited from Control)
Public methodDrawToBitmapSupports rendering to the specified bitmap.
(Inherited from Control)
Public methodEndInit Signals the object that initialization is complete.
(Inherited from VisualPanel)
Public methodEndInvokeRetrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(Inherited from Control)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFindFormRetrieves the form that the control is on.
(Inherited from Control)
Public methodFocusSets input focus to the control.
(Inherited from Control)
Public methodGetChildAtPoint(Point)Retrieves the child control that is located at the specified coordinates.
(Inherited from Control)
Public methodGetChildAtPoint(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)
Public methodGetContainerControlReturns the next ContainerControl up the control's chain of parent controls.
(Inherited from Control)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Public methodGetNextControlRetrieves the next control forward or back in the tab order of child controls.
(Inherited from Control)
Public methodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted.
(Inherited from Control)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHideConceals the control from the user.
(Inherited from Control)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Public methodInvalidateInvalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from Control)
Public methodInvalidate(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)
Public methodInvalidate(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)
Public methodInvalidate(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)
Public methodInvalidate(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)
Public methodInvalidate(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)
Public methodInvoke(Action)Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from Control)
Public methodInvoke(Delegate)Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from Control)
Public methodInvoke(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)
Public methodInvokeT(FuncT)Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from Control)
Public methodInvokeAsync(Action, CancellationToken)Invokes the specified synchronous callback asynchronously on the thread that owns the control's handle.
(Inherited from Control)
Public methodInvokeAsync(FuncCancellationToken, ValueTask, CancellationToken)Executes the specified asynchronous callback on the thread that owns the control's handle asynchronously.
(Inherited from Control)
Public methodInvokeAsyncT(FuncT, CancellationToken)Invokes the specified synchronous callback asynchronously on the thread that owns the control's handle.
(Inherited from Control)
Public methodInvokeAsyncT(FuncCancellationToken, ValueTaskT, CancellationToken)Executes the specified asynchronous callback on the thread that owns the control's handle.
(Inherited from Control)
Public methodLogicalToDeviceUnits(Int32)Converts a Logical DPI value to its equivalent DeviceUnit DPI value.
(Inherited from Control)
Public methodLogicalToDeviceUnits(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)
Public methodPerformLayoutForces the control to apply layout logic to all its child controls.
(Inherited from Control)
Public methodPerformLayout(Control, String)Forces the control to apply layout logic to all its child controls.
(Inherited from Control)
Public methodPerformNeedPaint Fires the NeedPaint event.
(Inherited from VisualPanel)
Public methodPointToClientComputes the location of the specified screen point into client coordinates.
(Inherited from Control)
Public methodPointToScreenComputes the location of the specified client point into screen coordinates.
(Inherited from Control)
Public methodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control)
Public methodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control)
Public methodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates.
(Inherited from Control)
Public methodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates.
(Inherited from Control)
Public methodRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from Control)
Public methodResetPalette Resets the Palette property to its default value.
(Inherited from VisualPanel)
Public methodResetPaletteMode Resets the PaletteMode property to its default value.
(Inherited from VisualPanel)
Public methodResetTextResets the Text property to its default value (Empty).
(Inherited from Control)
Public methodResumeLayoutResumes usual layout logic.
(Inherited from Control)
Public methodResumeLayout(Boolean)Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from Control)
Public methodScaleScales the control and all child controls by the specified scaling factor.
(Inherited from Control)
Public methodScaleBitmapLogicalToDeviceScales a logical bitmap value to it's equivalent device unit value when a DPI change occurs.
(Inherited from Control)
Public methodScrollControlIntoViewScrolls the specified child control into view on an auto-scroll enabled control.
(Inherited from ScrollableControl)
Public methodSelectActivates the control.
(Inherited from Control)
Public methodSelectNextControlActivates the next control.
(Inherited from Control)
Public methodSendToBackSends the control to the back of the z-order.
(Inherited from Control)
Public methodSetAutoScrollMarginSets the size of the auto-scroll margins.
(Inherited from ScrollableControl)
Public methodSetBounds(Int32, Int32, Int32, Int32)Sets the bounds of the control to the specified location and size.
(Inherited from Control)
Public methodSetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)Sets the specified bounds of the control to the specified location and size.
(Inherited from Control)
Public methodSetFixedState Fix the control to a particular palette state.
(Inherited from KryptonPanel)
Public methodShowDisplays the control to the user.
(Inherited from Control)
Public methodSuspendLayoutTemporarily suspends the layout logic for the control.
(Inherited from Control)
Public methodToStringReturns a string representation for this control.
(Inherited from Panel)
Public methodUpdateCauses the control to redraw the invalidated regions within its client area.
(Inherited from Control)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also