CustomTaskPane Interface

Definition

public interface class CustomTaskPane : Microsoft::Office::Core::_CustomTaskPane, Microsoft::Office::Core::_CustomTaskPaneEvents_Event
[System.Runtime.InteropServices.Guid("000C033B-0000-0000-C000-000000000046")]
public interface CustomTaskPane : Microsoft.Office.Core._CustomTaskPane, Microsoft.Office.Core._CustomTaskPaneEvents_Event
[<System.Runtime.InteropServices.Guid("000C033B-0000-0000-C000-000000000046")>]
type CustomTaskPane = interface
    interface _CustomTaskPane
    interface _CustomTaskPaneEvents_Event
Public Interface CustomTaskPane
Implements _CustomTaskPane, _CustomTaskPaneEvents_Event
Derived
Attributes
Implements

Properties

Application

Gets the Application object of the host application. Read-only.

(Inherited from _CustomTaskPane)
ContentControl

Gets the Microsoft ActiveX® control instance displayed in the custom task pane frame. Read-only.

(Inherited from _CustomTaskPane)
DockPosition

Gets or sets an enumerated value specifying the docked position of a _CustomTaskPane object. Read/write.

(Inherited from _CustomTaskPane)
DockPositionRestrict

Gets or sets an enumerated value specifying a restriction on the orientation of a _CustomTaskPane object. Read/write.

(Inherited from _CustomTaskPane)
Height

Gets or sets the height of the _CustomTaskPane object (in points). Read/write.

(Inherited from _CustomTaskPane)
Title

Gets the title of a CustomTaskPane object. Read-only.

(Inherited from _CustomTaskPane)
Visible

True if the specified _CustomTaskPane object is visible. Read/write.

(Inherited from _CustomTaskPane)
Width

Gets or sets the width of the task pane specified by the _CustomTaskPane object. Read/write.

(Inherited from _CustomTaskPane)
Window

Gets the parent window object of the _CustomTaskPane object. Read-only.

(Inherited from _CustomTaskPane)

Methods

add_DockPositionStateChange(_CustomTaskPaneEvents_DockPositionStateChangeEventHandler) (Inherited from _CustomTaskPaneEvents_Event)
add_VisibleStateChange(_CustomTaskPaneEvents_VisibleStateChangeEventHandler) (Inherited from _CustomTaskPaneEvents_Event)
Delete()

Deletes the active custom task pane.

(Inherited from _CustomTaskPane)
remove_DockPositionStateChange(_CustomTaskPaneEvents_DockPositionStateChangeEventHandler) (Inherited from _CustomTaskPaneEvents_Event)
remove_VisibleStateChange(_CustomTaskPaneEvents_VisibleStateChangeEventHandler) (Inherited from _CustomTaskPaneEvents_Event)

Events

DockPositionStateChange

Occurs when the user changes the docking position of the active custom task pane.

(Inherited from _CustomTaskPaneEvents_Event)
VisibleStateChange

Occurs when the user changes the visibility of the custom task pane.

(Inherited from _CustomTaskPaneEvents_Event)

Applies to