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입니다.

적용 대상