VsDebugStartupInfo.dwFillAttribute Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The initial text and background colors of the window.
public: System::UInt32 dwFillAttribute;
public: unsigned int dwFillAttribute;
unsigned int dwFillAttribute;
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint dwFillAttribute;
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
val mutable dwFillAttribute : uint32
Public dwFillAttribute As UInteger
Field Value
- Attributes
Remarks
This field is equivalent to dwFillAttribute in STARTUPINFO (defined in winbase.h).