IUIHostLocale::GetDialogFont Method (array<UIDLGLOGFONT>^)
Visual Studio 2015
Returns the dialog box font used for the host UI.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pLOGFONT
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::UIDLGLOGFONT>^
[out] Pointer to the dialog box font. Values are taken from the UIDLGLOGFONT enumeration.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From uilocale.idl:
HRESULT IUIHostLocale::GetDialogFont( [out] UIDLGLOGFONT *plogfont );
Show: