C# Class ExcelDna.Integration.CustomUI.CustomTaskPaneFactory

Exibir arquivo Open project: system-tradingtech/DataTools Class Usage Examples

Public Methods

Method Description
CreateCustomTaskPane ( Type userControlType, string title ) : CustomTaskPane
CreateCustomTaskPane ( Type userControlType, string title, object parent ) : CustomTaskPane
CreateCustomTaskPane ( string controlProgId, string title ) : CustomTaskPane
CreateCustomTaskPane ( string controlProgId, string title, object parent ) : CustomTaskPane

Private Methods

Method Description
DetachAddIn ( ) : void
GetCTPFactory ( ) : ICTPFactory
UnloadCustomTaskPanes ( ) : void

Method Details

CreateCustomTaskPane() public static method

public static CreateCustomTaskPane ( Type userControlType, string title ) : CustomTaskPane
userControlType System.Type
title string
return CustomTaskPane

CreateCustomTaskPane() public static method

public static CreateCustomTaskPane ( Type userControlType, string title, object parent ) : CustomTaskPane
userControlType System.Type
title string
parent object
return CustomTaskPane

CreateCustomTaskPane() public static method

public static CreateCustomTaskPane ( string controlProgId, string title ) : CustomTaskPane
controlProgId string
title string
return CustomTaskPane

CreateCustomTaskPane() public static method

public static CreateCustomTaskPane ( string controlProgId, string title, object parent ) : CustomTaskPane
controlProgId string
title string
parent object
return CustomTaskPane