GoDiagram Win Reference
ProcessCmdKey Method

When this view has an EditControl that is showing a Control that has focus, return false to permit that Control to process all keys.
Syntax
'Declaration
 
Protected Overrides Function ProcessCmdKey( _
   ByRef m As Message, _
   ByVal keyData As Keys _
) As Boolean
protected override bool ProcessCmdKey( 
   ref Message m,
   Keys keyData
)

Parameters

m
keyData
Remarks
When the user is editing text in-place with a Control such as a TextBox, let that Control handle keys such as "Del" and "Ctrl-V" instead of interpreting them as accelerators for menu commands and ignoring them because the view doesn't have focus.
Requirements

Target Platforms: 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

Reference

GoView Class
GoView Members
Base Implementation in ProcessCmdKey

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback