Prevent ToolButtons moving across ToolStrips

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SnVzdGluIFJvYmVydHM=?=

    Prevent ToolButtons moving across ToolStrips

    Hi

    I am developing a windows app. in VB using VS2005.
    I have multiple toolstrips (and toolstrip containers) where I want users to
    move buttons around (using {Alt} + drag) inside the toolstrips, and to move
    toolstrips across containers.

    However I want to prevent users dragging toolbuttons to different
    toolstrips. I thought MergeAction of MatchOnly would achieve this, but
    apparantly not. Does anyone know how I can stop this action?

    Much appreciated, and thanks
    Justin
Working...