wodTelnetDLX ActiveX Control - HandleSysKeys Property
      
 

Description

Determines whether a control is handling system keys (such as ALT+F4).


Property type

A Boolean value.  


Syntax

object.HandleSysKeys [= value]



The HandleSysKeys Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.
value A Boolean value.

Remarks

This property is only available in OCX (GUI) version of the component.

HandleSysKeys property determines if wodTelnetDLX will capture system keys, instead of passing them to the application. This allows you to capture keys reserved by the application, such as F10, to be processed by your own code.

However, this property defaults to False, since when set to True it even disables ALT+F4 and you need to handle it by yourself.