CustomTaskPaneClass Class

Definition

public ref class CustomTaskPaneClass : Microsoft::Office::Core::CustomTaskPane
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("C5771BE5-A188-466B-AB31-00A6A32B1B1C")]
public class CustomTaskPaneClass : Microsoft.Office.Core.CustomTaskPane
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("C5771BE5-A188-466B-AB31-00A6A32B1B1C")>]
type CustomTaskPaneClass = class
    interface _CustomTaskPane
    interface CustomTaskPane
    interface _CustomTaskPaneEvents_Event
Public Class CustomTaskPaneClass
Implements CustomTaskPane
Inheritance
CustomTaskPaneClass
Attributes
Implements

Properties

Application
ContentControl
DockPosition
DockPositionRestrict
Height
Title
Visible
Width
Window

Methods

add_DockPositionStateChange(_CustomTaskPaneEvents_DockPositionStateChangeEventHandler)
add_VisibleStateChange(_CustomTaskPaneEvents_VisibleStateChangeEventHandler)
Delete()
remove_DockPositionStateChange(_CustomTaskPaneEvents_DockPositionStateChangeEventHandler)
remove_VisibleStateChange(_CustomTaskPaneEvents_VisibleStateChangeEventHandler)

Events

DockPositionStateChange
VisibleStateChange

Applies to