GlyphCollection.Remove(Glyph) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime un Glyph spécifique de GlyphCollection.
public:
void Remove(System::Windows::Forms::Design::Behavior::Glyph ^ value);
public void Remove(System.Windows.Forms.Design.Behavior.Glyph value);
member this.Remove : System.Windows.Forms.Design.Behavior.Glyph -> unit
Public Sub Remove (value As Glyph)
Paramètres
- value
- Glyph
Glyph à supprimer de GlyphCollection.