Reorder notification for ToolStrip -
03-05-2010
, 12:09 PM
I have set the AllowItemReorder property for a ToolStrip object. Is there an
event or other method I can use to be notified when the user has moved one of
the items on the ToolStrip? I have tried the drag and drop events, but since
the AllowDrop property can not be set when the AllowItemReorder property is
set, my guess is the events are not registered. |