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 物件的集合。

適用於