Dart.Emulation Namespace > Vt Class : CursorKeys Property |
<DefaultValueAttribute()> Public Property CursorKeys As CursorKeys
Dim instance As Vt Dim value As CursorKeys instance.CursorKeys = value value = instance.CursorKeys
[DefaultValue()] public CursorKeys CursorKeys {get; set;}
[DefaultValue()] public: __property CursorKeys get_CursorKeys(); public: __property void set_CursorKeys( CursorKeys value );
[DefaultValue()] public: property CursorKeys CursorKeys { CursorKeys get(); void set ( CursorKeys value); }
If data is received from the host which causes this property to change, the CursorKeysChanged event is raised.