Method | Description | |
---|---|---|
CreateCustomTaskPane ( |
||
CreateCustomTaskPane ( |
||
CreateCustomTaskPane ( string controlProgId, string title ) : CustomTaskPane | ||
CreateCustomTaskPane ( string controlProgId, string title, object parent ) : CustomTaskPane |
Method | Description | |
---|---|---|
DetachAddIn ( ) : void | ||
GetCTPFactory ( ) : ICTPFactory | ||
UnloadCustomTaskPanes ( ) : void |
public static CreateCustomTaskPane ( |
||
userControlType | ||
title | string | |
return | CustomTaskPane |
public static CreateCustomTaskPane ( |
||
userControlType | ||
title | string | |
parent | object | |
return | CustomTaskPane |
public static CreateCustomTaskPane ( string controlProgId, string title ) : CustomTaskPane | ||
controlProgId | string | |
title | string | |
return | CustomTaskPane |
public static CreateCustomTaskPane ( string controlProgId, string title, object parent ) : CustomTaskPane | ||
controlProgId | string | |
title | string | |
parent | object | |
return | CustomTaskPane |