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);