ParentControlDesigner.GetControlGlyph(GlyphSelectionType) 方法

定義

取得主體圖像 (Glyph),表示控制項的界限。

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 值,指定選取狀態。

傳回

ControlBodyGlyph

主體圖像,表示控制項的界限。

備註

本文圖像 負責點擊測試控制項的設計工具,並將訊息直接轉送至設計工具。

適用於

另請參閱