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 ) : |
||
AddPopup ( string name, object before ) : |
||
Count ( ) : int | ||
GetComObject ( ) : object | ||
RemoveButton ( ) : void | ||
RemovePopup ( string name ) : void | ||
this ( int id ) : CommandBarControl | ||
this ( string name ) : CommandBarControl |
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 |
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 |
public AddButton ( object before ) : CommandBarButton | ||
before | object | |
return | CommandBarButton |
public AddComboBox ( object before ) : CommandBarComboBox | ||
before | object | |
return | CommandBarComboBox |
public AddPopup ( string name ) : |
||
name | string | |
return |
public AddPopup ( string name, object before ) : |
||
name | string | |
before | object | |
return |
public this ( string name ) : CommandBarControl | ||
name | string | |
return | CommandBarControl |