ParentControlDesigner.GetGlyphs(GlyphSelectionType) 方法

定义

获取一个 Glyph 对象的集合,其中的 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 添加到选择标志符号集合。

适用于

另请参阅