ToolBar.ToolBarButtonCollection.IList.Add(Object) Método

Definición

Agrega el botón de barra de herramientas especificado al final de la colección de botones de barra de herramientas.

 virtual int System.Collections.IList.Add(System::Object ^ button) = System::Collections::IList::Add;
int IList.Add (object button);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (button As Object) As Integer Implements IList.Add

Parámetros

button
Object

ToolBarButton que se va a agregar al final de todos los botones existentes.

Devoluciones

Int32

Valor de índice de base cero del ToolBarButton agregado a la colección.

Implementaciones

Excepciones

button no es un ToolBarButton.

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Sólo se puede usar cuando ToolBar.ToolBarButtonCollection se convierte en una interfaz IList.

Se aplica a