FONTCOLORPREFERENCES2.hBoldViewFont Field

Bold fonts that are used by text views.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'宣告
Public hBoldViewFont As IntPtr
'用途
Dim instance As FONTCOLORPREFERENCES2
Dim value As IntPtr

value = instance.hBoldViewFont

instance.hBoldViewFont = value
public IntPtr hBoldViewFont
public:
IntPtr hBoldViewFont
val mutable hBoldViewFont: IntPtr
public var hBoldViewFont : IntPtr

Remarks

COM Signature

From textmgr2.idl:

HFONT hBoldViewFont

.NET Framework Security

See Also

Reference

FONTCOLORPREFERENCES2 Structure

FONTCOLORPREFERENCES2 Members

Microsoft.VisualStudio.TextManager.Interop Namespace