C# Class ComponentFactory.Krypton.Toolkit.DateTimePickerDropArgs

Details about the context menu about to be shown when clicking the drop down button on a KryptonDateTimePicker.
Inheritance: CancelEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
DateTimePickerDropArgs ( KryptonContextMenu kcm, KryptonContextMenuPositionH positionH, KryptonContextMenuPositionV positionV ) : System

Initialize a new instance of the DateTimePickerDropArgs class.

Method Details

DateTimePickerDropArgs() public method

Initialize a new instance of the DateTimePickerDropArgs class.
public DateTimePickerDropArgs ( KryptonContextMenu kcm, KryptonContextMenuPositionH positionH, KryptonContextMenuPositionV positionV ) : System
kcm KryptonContextMenu KryptonContextMenu that can be customized.
positionH KryptonContextMenuPositionH Relative horizontal position of the KryptonContextMenu.
positionV KryptonContextMenuPositionV Relative vertical position of the KryptonContextMenu.
return System