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 指定选择状态的值。

返回

Glyph 对象的集合。

适用于