C# Class ExcelDna.Integration.CustomUI.CommandBarControls

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

Méthodes publiques

Méthode Description
Add ( MsoControlType controlType, object Id, object Parameter, object Before, object Temporary ) : CommandBarControl
AddButton ( ) : CommandBarButton
AddButton ( object before ) : CommandBarButton
AddComboBox ( ) : CommandBarComboBox
AddComboBox ( object before ) : CommandBarComboBox
AddPopup ( string name ) : CommandBarPopup
AddPopup ( string name, object before ) : CommandBarPopup
Count ( ) : int
GetComObject ( ) : object
RemoveButton ( ) : void
RemovePopup ( string name ) : void
this ( int id ) : CommandBarControl
this ( string name ) : CommandBarControl

Private Methods

Méthode Description
CommandBarControls ( object commandBarControls ) : System
FindControlIndexBefore ( object before ) : object
FindOrAdd ( MsoControlType controlType, string name, object Id, object Parameter, object Before, object Temporary ) : CommandBarControl
Remove ( MsoControlType controlType, object id ) : void

Method Details

Add() public méthode

public Add ( MsoControlType controlType, object Id, object Parameter, object Before, object Temporary ) : CommandBarControl
controlType MsoControlType
Id object
Parameter object
Before object
Temporary object
Résultat CommandBarControl

AddButton() public méthode

public AddButton ( ) : CommandBarButton
Résultat CommandBarButton

AddButton() public méthode

public AddButton ( object before ) : CommandBarButton
before object
Résultat CommandBarButton

AddComboBox() public méthode

public AddComboBox ( ) : CommandBarComboBox
Résultat CommandBarComboBox

AddComboBox() public méthode

public AddComboBox ( object before ) : CommandBarComboBox
before object
Résultat CommandBarComboBox

AddPopup() public méthode

public AddPopup ( string name ) : CommandBarPopup
name string
Résultat CommandBarPopup

AddPopup() public méthode

public AddPopup ( string name, object before ) : CommandBarPopup
name string
before object
Résultat CommandBarPopup

Count() public méthode

public Count ( ) : int
Résultat int

GetComObject() public méthode

public GetComObject ( ) : object
Résultat object

RemoveButton() public méthode

public RemoveButton ( ) : void
Résultat void

RemovePopup() public méthode

public RemovePopup ( string name ) : void
name string
Résultat void

this() public méthode

public this ( int id ) : CommandBarControl
id int
Résultat CommandBarControl

this() public méthode

public this ( string name ) : CommandBarControl
name string
Résultat CommandBarControl