GlyphCollection.IndexOf(Glyph) Méthode

Définition

Retourne l'index de Glyph dans 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

Paramètres

value
Glyph

Glyph à rechercher.

Retours

Index de Glyph de value dans GlyphCollection, s'il existe ; sinon, -1.

S’applique à