Base:
method
GetControlGlyph
System.Windows.Forms.Design.ControlDesigner.GetControlGlyph(System.Windows.Forms.Design.Behavior.GlyphSelectionType)
3 overrides of GetControlGlyph
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
196
protected override ControlBodyGlyph
GetControlGlyph
(GlyphSelectionType selectionType)
System\Windows\Forms\Design\TabPageDesigner.cs (1)
40
protected override ControlBodyGlyph
GetControlGlyph
(GlyphSelectionType selectionType)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
223
protected override ControlBodyGlyph
GetControlGlyph
(GlyphSelectionType selectionType)
3 references to GetControlGlyph
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
222
return base.
GetControlGlyph
(selectionType);
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
227
return base.
GetControlGlyph
(selectionType);
268
return base.
GetControlGlyph
(selectionType);