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 新增至選取字元集合。

適用於

另請參閱