C# 클래스 ExcelDna.Integration.CustomUI.CommandBarControls

파일 보기 프로젝트 열기: system-tradingtech/DataTools 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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

AddButton() 공개 메소드

public AddButton ( ) : CommandBarButton
리턴 CommandBarButton

AddButton() 공개 메소드

public AddButton ( object before ) : CommandBarButton
before object
리턴 CommandBarButton

AddComboBox() 공개 메소드

public AddComboBox ( ) : CommandBarComboBox
리턴 CommandBarComboBox

AddComboBox() 공개 메소드

public AddComboBox ( object before ) : CommandBarComboBox
before object
리턴 CommandBarComboBox

AddPopup() 공개 메소드

public AddPopup ( string name ) : CommandBarPopup
name string
리턴 CommandBarPopup

AddPopup() 공개 메소드

public AddPopup ( string name, object before ) : CommandBarPopup
name string
before object
리턴 CommandBarPopup

Count() 공개 메소드

public Count ( ) : int
리턴 int

GetComObject() 공개 메소드

public GetComObject ( ) : object
리턴 object

RemoveButton() 공개 메소드

public RemoveButton ( ) : void
리턴 void

RemovePopup() 공개 메소드

public RemovePopup ( string name ) : void
name string
리턴 void

this() 공개 메소드

public this ( int id ) : CommandBarControl
id int
리턴 CommandBarControl

this() 공개 메소드

public this ( string name ) : CommandBarControl
name string
리턴 CommandBarControl