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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void DrawDragDropDockingGlyph(
	RenderContext context,
	RenderDragDockingData dragData,
	IPaletteDragDrop dragDropPalette,
	PaletteDragFeedback feedback
)

Parameters

context
Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Render context.
dragData
Type: Internal.ComponentFactory.Krypton.ToolkitRenderDragDockingData
Set of drag docking data.
dragDropPalette
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDragDrop
Palette source of drawing values.
feedback
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteDragFeedback
Feedback requested.
See Also