NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListBox.UseTabStops

Enables a list box to recognize and expand tab characters when drawing its strings.

[Visual Basic]
Public Property UseTabStops As Boolean
[C#]
public bool UseTabStops {get; set;}
[C++]
public: __property bool get_UseTabStops();
public: __property void set_UseTabStops(bool);
[JScript]
public function get UseTabStops() : Boolean;
public function set UseTabStops(Boolean);

See Also

ListBox Class | ListBox Members | System.WinForms Namespace