Share via


CustomTaskPane Members

Include Protected Members
Include Inherited Members

The CustomTaskPane type exposes the following members.

Properties

  Name Description
Public property Application Gets the Application object of the host application. Read-only. (Inherited from _CustomTaskPane.)
Public property ContentControl Gets the Microsoft ActiveX® control instance displayed in the custom task pane frame. Read-only. (Inherited from _CustomTaskPane.)
Public property DockPosition Gets or sets an enumerated value specifying the docked position of a _CustomTaskPane object. Read/write. (Inherited from _CustomTaskPane.)
Public property DockPositionRestrict Gets or sets an enumerated value specifying a restriction on the orientation of a _CustomTaskPane object. Read/write. (Inherited from _CustomTaskPane.)
Public property Height Gets or sets the height of the _CustomTaskPane object (in points). Read/write. (Inherited from _CustomTaskPane.)
Public property Title Gets the title of a CustomTaskPane object. Read-only. (Inherited from _CustomTaskPane.)
Public property Visible True if the specified _CustomTaskPane object is visible. Read/write. (Inherited from _CustomTaskPane.)
Public property Width Gets or sets the width of the task pane specified by the _CustomTaskPane object. Read/write. (Inherited from _CustomTaskPane.)
Public property Window Gets the parent window object of the _CustomTaskPane object. Read-only. (Inherited from _CustomTaskPane.)

Top

Methods

  Name Description
Public method add_DockPositionStateChange Reserved for internal use. (Inherited from _CustomTaskPaneEvents_Event.)
Public method add_VisibleStateChange Reserved for internal use. (Inherited from _CustomTaskPaneEvents_Event.)
Public method Delete Deletes the active custom task pane. (Inherited from _CustomTaskPane.)
Public method remove_DockPositionStateChange Reserved for internal use. (Inherited from _CustomTaskPaneEvents_Event.)
Public method remove_VisibleStateChange Reserved for internal use. (Inherited from _CustomTaskPaneEvents_Event.)

Top

Events

  Name Description
Public event DockPositionStateChange Occurs when the user changes the docking position of the active custom task pane. (Inherited from _CustomTaskPaneEvents_Event.)
Public event VisibleStateChange Occurs when the user changes the visibility of the custom task pane. (Inherited from _CustomTaskPaneEvents_Event.)

Top

See Also

Reference

CustomTaskPane Interface

Microsoft.Office.Core Namespace