C# Class ExcelDna.Integration.CustomUI.CommandBarControls

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

Public Methods

Method 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

Method 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 method

public Add ( MsoControlType controlType, object Id, object Parameter, object Before, object Temporary ) : CommandBarControl
controlType MsoControlType
Id object
Parameter object
Before object
Temporary object
return CommandBarControl

AddButton() public method

public AddButton ( ) : CommandBarButton
return CommandBarButton

AddButton() public method

public AddButton ( object before ) : CommandBarButton
before object
return CommandBarButton

AddComboBox() public method

public AddComboBox ( ) : CommandBarComboBox
return CommandBarComboBox

AddComboBox() public method

public AddComboBox ( object before ) : CommandBarComboBox
before object
return CommandBarComboBox

AddPopup() public method

public AddPopup ( string name ) : CommandBarPopup
name string
return CommandBarPopup

AddPopup() public method

public AddPopup ( string name, object before ) : CommandBarPopup
name string
before object
return CommandBarPopup

Count() public method

public Count ( ) : int
return int

GetComObject() public method

public GetComObject ( ) : object
return object

RemoveButton() public method

public RemoveButton ( ) : void
return void

RemovePopup() public method

public RemovePopup ( string name ) : void
name string
return void

this() public method

public this ( int id ) : CommandBarControl
id int
return CommandBarControl

this() public method

public this ( string name ) : CommandBarControl
name string
return CommandBarControl