![]() |
toolbox drag & drop |
Post Reply
|
| Author | |
tobi
Senior Member
Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Quote Reply
Topic: toolbox drag & dropPosted: 16 February 2005 at 2:00pm |
|
Is it possible to allow toolbox items to be dragged&dropped to other controls/windows but not to be moved within the toolbox itself ?
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 February 2005 at 2:41pm |
|
Yes,
wndToolBox.AllowDrag = True Dim BoxGroup As TaskPanelGroup For Each BoxGroup In wndToolBox.Groups BoxGroup.AllowDrop = False Next |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 01 March 2005 at 1:24pm |
|
In the next release you can specify the drag and drop options for each
individual group and group item. For example, you can specify that the
item can only be "copied" and not removed. Take a look at the
XTPTaskPanelItemAllowDrag enumeration in the next release
Note that the type of AllowDrag is changed to type XTPTaskPanelItemAllowDrag.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |