PowerTCP Emulation for .NET
AcceptTabs Property




Gets or sets whether to retain focus when the tab key is used.
Syntax
<DefaultValueAttribute()>
Public Property AcceptTabs As Boolean
Dim instance As Vt
Dim value As Boolean
 
instance.AcceptTabs = value
 
value = instance.AcceptTabs
[DefaultValue()]
public bool AcceptTabs {get; set;}
[DefaultValue()]
public: __property bool get_AcceptTabs();
public: __property void set_AcceptTabs( 
   bool value
);
[DefaultValue()]
public:
property bool AcceptTabs {
   bool get();
   void set (    bool value);
}

Property Value

true if the Vt control should retain focus when the tab key is pressed; false if the tab key should cause the focus to shift to the next control in the tab index. The default value is true.
See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic