IDebugConsoleWindow.SetFontAndColor(LOGFONTW, UInt32, UInt32) Method
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.
public:
int SetFontAndColor(Microsoft::VisualStudio::Debugger::Interop::LOGFONTW logFont, System::UInt32 foreGroundColor, System::UInt32 backGroundColor);
public int SetFontAndColor(Microsoft.VisualStudio.Debugger.Interop.LOGFONTW logFont, uint foreGroundColor, uint backGroundColor);
abstract member SetFontAndColor : Microsoft.VisualStudio.Debugger.Interop.LOGFONTW * uint32 * uint32 -> int
Public Function SetFontAndColor (logFont As LOGFONTW, foreGroundColor As UInteger, backGroundColor As UInteger) As Integer
Parameters
- logFont
- LOGFONTW
- foreGroundColor
- UInt32
- backGroundColor
- UInt32