ActionsPane Methods

Include Protected Members
Include Inherited Members

The ActionsPane type exposes the following members.

Methods

  Name Description
Public method BeginInit Infrastructure.
Public method BeginInvoke(Delegate) Executes the specified delegate asynchronously on the thread that the actions pane control's underlying handle was created on.
Public method BeginInvoke(Delegate, array<Object[]) Executes the specified delegate asynchronously with the specified arguments, on the thread that the actions pane control's underlying handle was created on.
Public method BringToFront Brings the actions pane control to the front of the z-order.
Public method Clear Detaches the actions pane solution from the document.
Public method Contains Returns a value that indicates whether the specified control is a child of the actions pane.
Public method CreateControl Forces the creation of the visible actions pane control, including the creation of the handle and any visible child controls.
Public method CreateGraphics Creates the Graphics for the actions pane control.
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method DoDragDrop Begins a drag-and-drop operation.
Public method DrawToBitmap Supports rendering to the specified bitmap.
Public method EndInit Infrastructure.
Public method EndInvoke Retrieves the return value of the specified asynchronous operation.
Public method FindForm Retrieves the form that the actions pane control is on.
Public method Focus Sets input focus to the actions pane.
Public method GetChildAtPoint(Point) Retrieves the child control that is located at the specified coordinates.
Public method GetChildAtPoint(Point, GetChildAtPointSkip) Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
Public method GetContainerControl Returns the next ContainerControl up the control's chain of parent controls.
Public method GetNextControl Retrieves the next control forward or back in the tab order of child controls.
Public method GetPreferredSize Retrieves the size of a rectangular area into which the actions pane can be fitted.
Public method Hide Removes the ActionsPane and the controls from the task pane user interface, but leaves the task pane visible.
Public method Invalidate() Invalidates the entire surface of the actions pane and causes the actions pane to be redrawn.
Public method Invalidate(Boolean) Invalidates the entire surface of the actions pane and causes a paint message to be sent to the actions pane. Optionally, invalidates the child controls assigned to the actions pane.
Public method Invalidate(Rectangle) Invalidates the specified region of the actions pane (adds it to the actions pane'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 actions pane.
Public method Invalidate(Region) Invalidates the specified region of the actions pane (adds it to the actions pane'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 actions pane.
Public method Invalidate(Rectangle, Boolean) Invalidates the specified region of the actions pane (adds it to the actions pane'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 actions pane. Optionally, invalidates the child controls assigned to the actions pane.
Public method Invalidate(Region, Boolean) Invalidates the specified region of the actions pane (adds it to the actions pane'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 actions pane. Optionally, invalidates the child controls assigned to the actions pane.
Public method Invoke(Delegate) Executes the specified delegate on the thread that owns the actions pane's underlying window handle.
Public method Invoke(Delegate, array<Object[]) Executes the specified delegate, on the thread that owns the actions pane's underlying window handle, with the specified list of arguments.
Public method PerformAutoScale Performs scaling of the actions pane and its children.
Public method PerformLayout() Forces the actions pane to apply layout logic to all its child controls.
Public method PerformLayout(Control, String) Forces the actions pane to apply layout logic to all its child controls.
Public method PointToClient Computes the location of the specified screen point into client coordinates.
Public method PointToScreen Computes the location of the specified client point into screen coordinates.
Public method PreProcessControlMessage Preprocesses keyboard or input messages within the message loop before they are dispatched.
Public method PreProcessMessage Preprocesses keyboard or input messages within the message loop before they are dispatched.
Public method RectangleToClient Computes the size and location of the specified screen rectangle in client coordinates.
Public method RectangleToScreen Computes the size and location of the specified client rectangle in screen coordinates.
Public method Refresh Forces the actions pane to invalidate its client area and immediately redraw itself and any child controls.
Public method ResetBackColor Infrastructure. This method is not supported by the actions pane.
Public method ResetBindings Infrastructure. This method is not supported by the actions pane.
Public method ResetCursor Infrastructure. This method is not supported by the actions pane.
Public method ResetFont Infrastructure. This method is not supported by the actions pane.
Public method ResetForeColor Infrastructure. This method is not supported by the actions pane.
Public method ResetImeMode Infrastructure. This method is not supported by the actions pane.
Public method ResetRightToLeft Infrastructure. This method is not supported by the actions pane.
Public method ResetText Infrastructure. This method is not supported by the actions pane.
Public method ResumeLayout() Resumes usual layout logic.
Public method ResumeLayout(Boolean) Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
Public method Scale Scales the actions pane and all child controls by the specified scaling factor.
Public method ScrollControlIntoView Scrolls the specified child control into view.
Public method Select Activates the actions pane.
Public method SelectNextControl Activates the next control.
Public method SendToBack Sends the actions pane control to the back of the z-order.
Public method SetAutoScrollMargin Sets the size of the auto-scroll margins.
Public method SetBounds(Int32, Int32, Int32, Int32) Sets the bounds of the actions pane to the specified location and size.
Public method SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) Sets the specified bounds of the actions pane to the specified location and size.
Public method Show Displays the ActionsPane on the task pane, including all controls that have been added to the ActionsPane, but does not display the task pane if the task pane is not visible.
Public method SuspendLayout Temporarily suspends the layout logic for the actions pane.
Public method Update Causes the actions pane to redraw the invalidated regions within its client area.
Public method Validate() Verifies the contents of the actions pane by causing the Validating and Validated events to occur, in that order.
Public method Validate(Boolean) Verifies the contents of the actions pane; conditionally dependent on whether automatic validation is turned on.
Public method ValidateChildren() Causes all of the child controls that support validation to validate their data.
Public method ValidateChildren(ValidationConstraints) Causes all of the child controls that support validation to validate their data.

Top

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace