4 references to AllowDrop
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
606
get => GetState(States.
AllowDrop
);
609
if (GetState(States.
AllowDrop
) == value)
614
SetState(States.
AllowDrop
, value);
628
SetState(States.
AllowDrop
, !value);