mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-10 10:26:52 -05:00
Add xmldoc
This commit is contained in:
@@ -1,8 +1,20 @@
|
||||
namespace PKHeX.WinForms.Controls;
|
||||
|
||||
/// <summary>
|
||||
/// Specifies the modifier for a drag-and-drop operation.
|
||||
/// </summary>
|
||||
public enum DropModifier
|
||||
{
|
||||
/// <summary>
|
||||
/// No modifier is applied.
|
||||
/// </summary>
|
||||
None,
|
||||
/// <summary>
|
||||
/// Overwrite the target slot.
|
||||
/// </summary>
|
||||
Overwrite,
|
||||
/// <summary>
|
||||
/// Clone the source slot.
|
||||
/// </summary>
|
||||
Clone,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user