ParentControlDesigner.GetControlGlyph(GlyphSelectionType) 方法

定义

获取表示控件的边界的主体标志符号。

protected:
 override System::Windows::Forms::Design::Behavior::ControlBodyGlyph ^ GetControlGlyph(System::Windows::Forms::Design::Behavior::GlyphSelectionType selectionType);
protected override System.Windows.Forms.Design.Behavior.ControlBodyGlyph GetControlGlyph (System.Windows.Forms.Design.Behavior.GlyphSelectionType selectionType);
override this.GetControlGlyph : System.Windows.Forms.Design.Behavior.GlyphSelectionType -> System.Windows.Forms.Design.Behavior.ControlBodyGlyph
Protected Overrides Function GetControlGlyph (selectionType As GlyphSelectionType) As ControlBodyGlyph

参数

selectionType
GlyphSelectionType

一个指定选择状态的 GlyphSelectionType 值。

返回

表示控件的边界的主体标志符号。

注解

正文字形负责命中测试控件的设计器,并将消息直接转发到设计器。

适用于

另请参阅