C# Class System.Windows.Forms.CommandBarItemCollection

Inheritance: ICollection
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Add ( CommandBarItem item ) : void
item CommandBarItem
Résultat void

AddButton() public méthode

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

AddButton() public méthode

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

AddButton() public méthode

public AddButton ( string text, EventHandler clickHandler ) : System.Windows.Forms.CommandBarButton
text string
clickHandler EventHandler
Résultat System.Windows.Forms.CommandBarButton

AddButton() public méthode

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

AddCheckBox() public méthode

public AddCheckBox ( Image image, string text ) : System.Windows.Forms.CommandBarCheckBox
image Image
text string
Résultat System.Windows.Forms.CommandBarCheckBox

AddCheckBox() public méthode

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

AddCheckBox() public méthode

public AddCheckBox ( string text ) : System.Windows.Forms.CommandBarCheckBox
text string
Résultat System.Windows.Forms.CommandBarCheckBox

AddCheckBox() public méthode

public AddCheckBox ( string text, Keys shortcut ) : System.Windows.Forms.CommandBarCheckBox
text string
shortcut Keys
Résultat System.Windows.Forms.CommandBarCheckBox

AddComboBox() public méthode

public AddComboBox ( string text, ComboBox comboBox ) : CommandBarComboBox
text string
comboBox ComboBox
Résultat CommandBarComboBox

AddMenu() public méthode

public AddMenu ( Image image, string text ) : System.Windows.Forms.CommandBarMenu
image Image
text string
Résultat System.Windows.Forms.CommandBarMenu

AddMenu() public méthode

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

AddMenu() public méthode

public AddMenu ( string text ) : System.Windows.Forms.CommandBarMenu
text string
Résultat System.Windows.Forms.CommandBarMenu

AddMenu() public méthode

public AddMenu ( string text, EventHandler dropDownHandler ) : System.Windows.Forms.CommandBarMenu
text string
dropDownHandler EventHandler
Résultat System.Windows.Forms.CommandBarMenu

AddRange() public méthode

public AddRange ( ICollection items ) : void
items ICollection
Résultat void

AddSeparator() public méthode

public AddSeparator ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( CommandBarItem item ) : bool
item CommandBarItem
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

CopyTo() public méthode

public CopyTo ( CommandBarItem array, int index ) : void
array CommandBarItem
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( CommandBarItem item ) : int
item CommandBarItem
Résultat int

Insert() public méthode

public Insert ( int index, CommandBarItem item ) : void
index int
item CommandBarItem
Résultat void

Remove() public méthode

public Remove ( CommandBarItem item ) : void
item CommandBarItem
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : CommandBarItem
index int
Résultat CommandBarItem