Click or drag to resize

IRenderGlyphDrawDragDropDockingGlyph Method

Draw a solid area glyph suitable for a drag drop area.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
void DrawDragDropDockingGlyph(
	RenderContext context,
	RenderDragDockingData dragData,
	IPaletteDragDrop dragDropPalette,
	PaletteDragFeedback feedback
)

Parameters

context  RenderContext
Render context.
dragData  RenderDragDockingData
Set of drag docking data.
dragDropPalette  IPaletteDragDrop
Palette source of drawing values.
feedback  PaletteDragFeedback
Feedback requested.
See Also