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 이 컨트롤의 범위를 나타내는 값입니다.

적용 대상