Version

EnterEditModeMouseBehavior Property (ControlContainerEditor)

Determines what happens when the editor enters edit mode via the mouse.
Syntax
'Declaration
 
Public Property EnterEditModeMouseBehavior As EnterEditModeMouseBehavior
public EnterEditModeMouseBehavior EnterEditModeMouseBehavior {get; set;}
Remarks

By default, clicking on an editor will place it into edit mode, and the click message is consumed in this process. The EnterEditModeMouseBehavior allows you to change this behavior so that the mouse message is forwarded to the EditingControl such that the click puts the editor into edit mode and also causes a Click event on the control.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also