SpreadsheetGear.Windows.Forms Namespace > ShapeExplorer Class : ProcessCmdKey Method |
'Declaration
<System.Security.Permissions.SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=False, UnmanagedCode=True, SkipVerification=False, Execution=False, ControlThread=False, ControlEvidence=False, ControlPolicy=False, SerializationFormatter=False, ControlDomainPolicy=False, ControlPrincipal=False, ControlAppDomain=False, RemotingConfiguration=False, Infrastructure=False, BindingRedirects=False, Action=SecurityAction.Demand Or _ SecurityAction.Deny Or _ SecurityAction.LinkDemand, Unrestricted=False)> Protected Overridable Function ProcessCmdKey( _ ByRef msg As System.Windows.Forms.Message, _ ByVal keyData As System.Windows.Forms.Keys _ ) As System.Boolean
'Usage
Dim instance As ShapeExplorer Dim msg As System.Windows.Forms.Message Dim keyData As System.Windows.Forms.Keys Dim value As System.Boolean value = instance.ProcessCmdKey(msg, keyData)
[System.Security.Permissions.SecurityPermission(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=false, UnmanagedCode=true, SkipVerification=false, Execution=false, ControlThread=false, ControlEvidence=false, ControlPolicy=false, SerializationFormatter=false, ControlDomainPolicy=false, ControlPrincipal=false, ControlAppDomain=false, RemotingConfiguration=false, Infrastructure=false, BindingRedirects=false, Action=SecurityAction.Demand | SecurityAction.Deny | SecurityAction.LinkDemand, Unrestricted=false)] protected virtual System.bool ProcessCmdKey( ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData )
protected function ProcessCmdKey( var msg: System.Windows.Forms.Message; keyData: System.Windows.Forms.Keys ): System.Boolean; virtual;
System.Security.Permissions.SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=, UnmanagedCode=, SkipVerification=, Execution=, ControlThread=, ControlEvidence=, ControlPolicy=, SerializationFormatter=, ControlDomainPolicy=, ControlPrincipal=, ControlAppDomain=, RemotingConfiguration=, Infrastructure=, BindingRedirects=, Action=SecurityAction.Demand | SecurityAction.Deny | SecurityAction.LinkDemand, Unrestricted=) protected function ProcessCmdKey( msg : System.Windows.Forms.Message, keyData : System.Windows.Forms.Keys ) : System.boolean;
[System.Security.Permissions.SecurityPermission(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=false, UnmanagedCode=true, SkipVerification=false, Execution=false, ControlThread=false, ControlEvidence=false, ControlPolicy=false, SerializationFormatter=false, ControlDomainPolicy=false, ControlPrincipal=false, ControlAppDomain=false, RemotingConfiguration=false, Infrastructure=false, BindingRedirects=false, Action=SecurityAction.Demand | SecurityAction.Deny | SecurityAction.LinkDemand, Unrestricted=false)] protected: virtual System.bool ProcessCmdKey( ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData )
[System.Security.Permissions.SecurityPermission(Flags=SecurityPermissionFlag.UnmanagedCode, Assertion=false, UnmanagedCode=true, SkipVerification=false, Execution=false, ControlThread=false, ControlEvidence=false, ControlPolicy=false, SerializationFormatter=false, ControlDomainPolicy=false, ControlPrincipal=false, ControlAppDomain=false, RemotingConfiguration=false, Infrastructure=false, BindingRedirects=false, Action=SecurityAction.Demand | SecurityAction.Deny | SecurityAction.LinkDemand, Unrestricted=false)] protected: virtual System.bool ProcessCmdKey( System.Windows.Forms.Message% msg, System.Windows.Forms.Keys keyData )
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