Click or drag to resize

DateTimePickerDropArgs Constructor

Initialize a new instance of the DateTimePickerDropArgs class.

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#
public DateTimePickerDropArgs(
	KryptonContextMenu kcm,
	KryptonContextMenuPositionH positionH,
	KryptonContextMenuPositionV positionV
)

Parameters

kcm  KryptonContextMenu
KryptonContextMenu that can be customized.
positionH  KryptonContextMenuPositionH
Relative horizontal position of the KryptonContextMenu.
positionV  KryptonContextMenuPositionV
Relative vertical position of the KryptonContextMenu.
See Also