Can't disable "Dockable" menu item.

Docking/MDI for Windows Forms Forum

Posted 17 years ago by Ernst
Avatar
I set the following:

window.CanFloat = ActiproSoftware.ComponentModel.DefaultableBoolean.False;
window.CanDockHostBottom = ActiproSoftware.ComponentModel.DefaultableBoolean.False;
window.CanDockHostLeft = ActiproSoftware.ComponentModel.DefaultableBoolean.False;
window.CanDockHostRight = ActiproSoftware.ComponentModel.DefaultableBoolean.False;
window.CanDockHostTop = ActiproSoftware.ComponentModel.DefaultableBoolean.False;

When user right clicks on the window's menu there is option to make it dockable. It is enabled despite the fact I set all "CanDock" properties to False. When clicked the window gets docked to the left.

Thanks

Comments (3)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Ernst,

Thanks this is now fixed for the next maintenance release.


Actipro Software Support

Posted 17 years ago by Ernst
Avatar
I can still reproduce this with the latest.
Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Ernst,

The maintenance release with the mentioned fix hasn't been released yet. It will probably finally come out this weekend.


Actipro Software Support

The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.