ParentControlDesigner.GetGlyphs(GlyphSelectionType) Metod

Definition

Hämtar en samling Glyph objekt som representerar markeringskantlinjerna och handtag för en standardkontroll.

public:
 override System::Windows::Forms::Design::Behavior::GlyphCollection ^ GetGlyphs(System::Windows::Forms::Design::Behavior::GlyphSelectionType selectionType);
public override System.Windows.Forms.Design.Behavior.GlyphCollection GetGlyphs(System.Windows.Forms.Design.Behavior.GlyphSelectionType selectionType);
override this.GetGlyphs : System.Windows.Forms.Design.Behavior.GlyphSelectionType -> System.Windows.Forms.Design.Behavior.GlyphCollection
Public Overrides Function GetGlyphs (selectionType As GlyphSelectionType) As GlyphCollection

Parametrar

selectionType
GlyphSelectionType

Ett GlyphSelectionType värde som anger markeringstillståndet.

Returer

En samling Glyph objekt.

Kommentarer

Metoden GetGlyphs lägger till en containerväljare Glyph i markerings glyphs-samlingen.

Gäller för

Se även