GlyphCollection.IndexOf(Glyph) Método

Definición

Devuelve el índice de un Glyph objeto en .GlyphCollection

public:
 int IndexOf(System::Windows::Forms::Design::Behavior::Glyph ^ value);
public int IndexOf(System.Windows.Forms.Design.Behavior.Glyph value);
member this.IndexOf : System.Windows.Forms.Design.Behavior.Glyph -> int
Public Function IndexOf (value As Glyph) As Integer

Parámetros

value
Glyph

que Glyph se va a buscar.

Devoluciones

Índice del de Glyphvalue en GlyphCollection, si se encuentra; de lo contrario, -1.

Se aplica a