GlyphCollection.Remove(Glyph) Method

Definition

Removes a specific Glyph from the 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)

Parameters

value
Glyph

The Glyph to remove from the GlyphCollection.

Applies to