Line Color / Outlining

Hi, i know this is simple, but i cannnnot seem to find, where to change the line color. Of the thin Seperation Line that appears between two modules (or at end of module, class, definitions, and all that).
And also cannot find the hotkeys for expanding/shrinking the modules-classes outlining.

Thanks.

Oh & this is for Visual Basic Express 2005 Beta 2 thnx

[368 byte] By [zinc] at [2008-1-29]
# 1
You can't change the color of the line, although you can turn it off by doing the following:

1. Choose Tools -> Options
2. Expand Text Editor -> Basic -> VB Specific
3. Uncheck Show procedure line separators

The hotkey for expanding/shrinking regions and outlining is CTRL+M, M.

DavidM.Kean at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 2
Ok Thanks
zinc at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 3
Just an FYI. When Visual Studio 2005 is released, you will be able to change the color of the procedure line separators. The lines will use the same color as the outlining regions. You'll be able to change the color by following these steps:

1. Go to Tools -> Options
2. Expand Environment -> Fonts and Colors
3. Under Display items, choose Collapsible Text
4. Modify the foreground color.

DylanLingelbachMSFT at 2007-8-21 > top of Msdn Tech,Visual Basic,Visual Basic IDE...