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 オブジェクトのコレクション。

適用対象