DocumentDesigner.GetGlyphs(GlyphSelectionType) 메서드

정의

GlyphCollection 개체를 나타내는 Glyph을 가져옵니다.

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

매개 변수

selectionType
GlyphSelectionType

선택 상태를 지정하는 GlyphSelectionType 값입니다.

반환

GlyphCollection

Glyph 개체의 컬렉션입니다.

적용 대상