ParentControlDesigner.GetGlyphs(GlyphSelectionType) メソッド

定義

標準コントロールの選択境界線とグラブ ハンドルを表す 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 オブジェクトのコレクション。

注釈

このメソッドは GetGlyphs 、選択グリフ コレクションにコンテナー セレクター Glyph を追加します。

適用対象

こちらもご覧ください