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 对象的集合。

适用于