VS Editor... The thin grey line that goes across the window

  • Thread starter Thread starter Jeff Jarrell
  • Start date Start date
J

Jeff Jarrell

The thin grey line that goes across the editor to mark off the
sub\functions\regions from one another, is there a way to turn it off?

I was considering using an underscore for my private member variables, but
with the grey line, it obscures it (on the last one).
 
Jeff Jarrell said:
The thin grey line that goes across the editor to mark off the
sub\functions\regions from one another, is there a way to turn it off?


"Tools" -> "Options..." -> "Text-editor" -> "Basic" -> "VB specific" -> [_]
"Line separators between procedures".
 
great. thanks

Herfried K. Wagner said:
Jeff Jarrell said:
The thin grey line that goes across the editor to mark off the
sub\functions\regions from one another, is there a way to turn it off?


"Tools" -> "Options..." -> "Text-editor" -> "Basic" -> "VB specific" ->
[_] "Line separators between procedures".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top