C# Class System.Windows.Forms.CommandBarItemCollection

Inheritance: ICollection
Show file Open project: Longkong/Pojjaman Class Usage Examples

Public Methods

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

Private Methods

Method Description
CommandBarItemCollection ( ) : System
CommandBarItemCollection ( CommandBar commandBar ) : System
this ( Keys shortcut ) : System.Windows.Forms.CommandBarItem[]
this ( char mnemonic ) : System.Windows.Forms.CommandBarItem[]

Method Details

Add() public method

public Add ( CommandBarItem item ) : void
item CommandBarItem
return void

AddButton() public method

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

AddButton() public method

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

AddButton() public method

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

AddButton() public method

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

AddCheckBox() public method

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

AddCheckBox() public method

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

AddCheckBox() public method

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

AddCheckBox() public method

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

AddComboBox() public method

public AddComboBox ( string text, ComboBox comboBox ) : CommandBarComboBox
text string
comboBox ComboBox
return CommandBarComboBox

AddMenu() public method

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

AddMenu() public method

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

AddMenu() public method

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

AddMenu() public method

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

AddRange() public method

public AddRange ( ICollection items ) : void
items ICollection
return void

AddSeparator() public method

public AddSeparator ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( CommandBarItem item ) : bool
item CommandBarItem
return bool

CopyTo() public method

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

CopyTo() public method

public CopyTo ( CommandBarItem array, int index ) : void
array CommandBarItem
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( CommandBarItem item ) : int
item CommandBarItem
return int

Insert() public method

public Insert ( int index, CommandBarItem item ) : void
index int
item CommandBarItem
return void

Remove() public method

public Remove ( CommandBarItem item ) : void
item CommandBarItem
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : CommandBarItem
index int
return CommandBarItem