RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionControl.DesignWndProc Method

Processes the given message and returns some Boolean information based on the message's content.

Pascal
function DesignWndProc(var Message: TMessage): Boolean; override;
C++
virtual __fastcall Boolean DesignWndProc(TMessage Message);

DesignWndProc returns True if the csDesignInteractive option in ControlStyle is enabled and if either the right mouse button is pressed or the right mouse button is released. The True value is returned also when ControlStyle is enabled and when either the mouse had moved or the right mouse button is double-clicked. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!