Share via


ControlDesigner.GetControlGlyph(GlyphSelectionType) 方法

定義

傳回 ControlBodyGlyph,表示這個控制項的界限。

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

參數

selectionType
GlyphSelectionType

GlyphSelectionType 值,指定選取狀態。

傳回

ControlBodyGlyph

ControlBodyGlyph,表示這個控制項的界限。

適用於