CustomTaskPane Members (2007 System)
Include Protected Members
Include Inherited Members
Represents a custom task pane in a Microsoft Office application.
The CustomTaskPane type exposes the following members.
Methods
Name
Description
Releases all resources used by the CustomTaskPane.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the UserControl that provides the user interface of the custom task pane.
Gets or sets a value that specifies where the custom task pane is located relative to the application window.
Gets or sets a value that prevents the custom task pane from being docked in the specified position.
Gets or sets the height of the custom task pane, in points.
Gets the title of the custom task pane.
Gets or sets a value that specifies whether the custom task pane is visible.
Gets or sets the width of the custom task pane, in points.
Gets the document window that the custom task pane is associated with.
Top
Events
Name
Description
Occurs when the user changes the dock position of the custom task pane, or when code changes the value of the DockPosition property.
Occurs when the user displays or closes the custom task pane, or when code changes the value of the Visible property.
Top