wodTelnetDLX ActiveX Control - ShowCursor Property
      
 

Description

Determines if cursor is shown.


Property type

An ShowCursorEnum enumeration.  


Syntax

object.ShowCursor [= value]



The ShowCursor Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.
value An ShowCursorEnum enumeration, as described in settings.

Settings

The settings for value are:

Constant Value Description
 ShowNever 0 Cursor is never shown
 ShowIfFocus 1 Cursor is visible only when component has a focus.
 ShowAlways 2 Cursor is always visible.

Remarks

ShowCursor property determines when is cursor visible. It applies only when wodTelnetDLX is actually connected to the server. You can change value of this property during the session lifetime to control visibility manually.

This property defaults to ShowIfFocus value.