C# 클래스 System.Windows.Forms.CommandBarItemCollection

상속: ICollection
파일 보기 프로젝트 열기: Longkong/Pojjaman 1 사용 예제들

공개 메소드들

메소드 설명
Add ( CommandBarItem item ) : void
AddButton ( Image image, string text, EventHandler clickHandler ) : System.Windows.Forms.CommandBarButton
AddButton ( Image image, string text, EventHandler clickHandler, Keys shortcut ) : System.Windows.Forms.CommandBarButton
AddButton ( string text, EventHandler clickHandler ) : System.Windows.Forms.CommandBarButton
AddButton ( string text, EventHandler clickHandler, Keys shortcut ) : System.Windows.Forms.CommandBarButton
AddCheckBox ( Image image, string text ) : System.Windows.Forms.CommandBarCheckBox
AddCheckBox ( Image image, string text, Keys shortcut ) : System.Windows.Forms.CommandBarCheckBox
AddCheckBox ( string text ) : System.Windows.Forms.CommandBarCheckBox
AddCheckBox ( string text, Keys shortcut ) : System.Windows.Forms.CommandBarCheckBox
AddComboBox ( string text, ComboBox comboBox ) : CommandBarComboBox
AddMenu ( Image image, string text ) : System.Windows.Forms.CommandBarMenu
AddMenu ( Image image, string text, EventHandler dropDownHandler ) : System.Windows.Forms.CommandBarMenu
AddMenu ( string text ) : System.Windows.Forms.CommandBarMenu
AddMenu ( string text, EventHandler dropDownHandler ) : System.Windows.Forms.CommandBarMenu
AddRange ( ICollection items ) : void
AddSeparator ( ) : void
Clear ( ) : void
Contains ( CommandBarItem item ) : bool
CopyTo ( Array array, int index ) : void
CopyTo ( CommandBarItem array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( CommandBarItem item ) : int
Insert ( int index, CommandBarItem item ) : void
Remove ( CommandBarItem item ) : void
RemoveAt ( int index ) : void
this ( int index ) : CommandBarItem

비공개 메소드들

메소드 설명
CommandBarItemCollection ( ) : System
CommandBarItemCollection ( CommandBar commandBar ) : System
this ( Keys shortcut ) : System.Windows.Forms.CommandBarItem[]
this ( char mnemonic ) : System.Windows.Forms.CommandBarItem[]

메소드 상세

Add() 공개 메소드

public Add ( CommandBarItem item ) : void
item CommandBarItem
리턴 void

AddButton() 공개 메소드

public AddButton ( Image image, string text, EventHandler clickHandler ) : System.Windows.Forms.CommandBarButton
image Image
text string
clickHandler EventHandler
리턴 System.Windows.Forms.CommandBarButton

AddButton() 공개 메소드

public AddButton ( Image image, string text, EventHandler clickHandler, Keys shortcut ) : System.Windows.Forms.CommandBarButton
image Image
text string
clickHandler EventHandler
shortcut Keys
리턴 System.Windows.Forms.CommandBarButton

AddButton() 공개 메소드

public AddButton ( string text, EventHandler clickHandler ) : System.Windows.Forms.CommandBarButton
text string
clickHandler EventHandler
리턴 System.Windows.Forms.CommandBarButton

AddButton() 공개 메소드

public AddButton ( string text, EventHandler clickHandler, Keys shortcut ) : System.Windows.Forms.CommandBarButton
text string
clickHandler EventHandler
shortcut Keys
리턴 System.Windows.Forms.CommandBarButton

AddCheckBox() 공개 메소드

public AddCheckBox ( Image image, string text ) : System.Windows.Forms.CommandBarCheckBox
image Image
text string
리턴 System.Windows.Forms.CommandBarCheckBox

AddCheckBox() 공개 메소드

public AddCheckBox ( Image image, string text, Keys shortcut ) : System.Windows.Forms.CommandBarCheckBox
image Image
text string
shortcut Keys
리턴 System.Windows.Forms.CommandBarCheckBox

AddCheckBox() 공개 메소드

public AddCheckBox ( string text ) : System.Windows.Forms.CommandBarCheckBox
text string
리턴 System.Windows.Forms.CommandBarCheckBox

AddCheckBox() 공개 메소드

public AddCheckBox ( string text, Keys shortcut ) : System.Windows.Forms.CommandBarCheckBox
text string
shortcut Keys
리턴 System.Windows.Forms.CommandBarCheckBox

AddComboBox() 공개 메소드

public AddComboBox ( string text, ComboBox comboBox ) : CommandBarComboBox
text string
comboBox ComboBox
리턴 CommandBarComboBox

AddMenu() 공개 메소드

public AddMenu ( Image image, string text ) : System.Windows.Forms.CommandBarMenu
image Image
text string
리턴 System.Windows.Forms.CommandBarMenu

AddMenu() 공개 메소드

public AddMenu ( Image image, string text, EventHandler dropDownHandler ) : System.Windows.Forms.CommandBarMenu
image Image
text string
dropDownHandler EventHandler
리턴 System.Windows.Forms.CommandBarMenu

AddMenu() 공개 메소드

public AddMenu ( string text ) : System.Windows.Forms.CommandBarMenu
text string
리턴 System.Windows.Forms.CommandBarMenu

AddMenu() 공개 메소드

public AddMenu ( string text, EventHandler dropDownHandler ) : System.Windows.Forms.CommandBarMenu
text string
dropDownHandler EventHandler
리턴 System.Windows.Forms.CommandBarMenu

AddRange() 공개 메소드

public AddRange ( ICollection items ) : void
items ICollection
리턴 void

AddSeparator() 공개 메소드

public AddSeparator ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( CommandBarItem item ) : bool
item CommandBarItem
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

CopyTo() 공개 메소드

public CopyTo ( CommandBarItem array, int index ) : void
array CommandBarItem
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( CommandBarItem item ) : int
item CommandBarItem
리턴 int

Insert() 공개 메소드

public Insert ( int index, CommandBarItem item ) : void
index int
item CommandBarItem
리턴 void

Remove() 공개 메소드

public Remove ( CommandBarItem item ) : void
item CommandBarItem
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : CommandBarItem
index int
리턴 CommandBarItem