C# Class ExcelDna.Integration.CustomUI.CustomTaskPaneFactory

Afficher le fichier Open project: system-tradingtech/DataTools Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
DetachAddIn ( ) : void
GetCTPFactory ( ) : ICTPFactory
UnloadCustomTaskPanes ( ) : void

Method Details

CreateCustomTaskPane() public static méthode

public static CreateCustomTaskPane ( Type userControlType, string title ) : CustomTaskPane
userControlType System.Type
title string
Résultat CustomTaskPane

CreateCustomTaskPane() public static méthode

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

CreateCustomTaskPane() public static méthode

public static CreateCustomTaskPane ( string controlProgId, string title ) : CustomTaskPane
controlProgId string
title string
Résultat CustomTaskPane

CreateCustomTaskPane() public static méthode

public static CreateCustomTaskPane ( string controlProgId, string title, object parent ) : CustomTaskPane
controlProgId string
title string
parent object
Résultat CustomTaskPane