ParentControlDesigner.GetControlGlyph(GlyphSelectionType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得主體圖像 (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 值,指定選取狀態。
傳回
主體圖像,表示控制項的界限。
備註
本文圖像負責點擊測試控件的設計工具,並將訊息直接轉送到設計工具。