ActionsPane.Invalidate Method

Include Protected Members
Include Inherited Members

Invalidates all or part of the actions pane and causes a paint message to be sent to the actions pane.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
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.

Top

Remarks

This method provides the same functionality as the Control.Invalidate method. For more information about using this method, see Control.Invalidate.

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview