IUIHostLocale3.GetDialogFontEx(IntPtr, UIDLGLOGFONT[]) 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 GetDialogFontEx(IntPtr hwnd, cli::array <Microsoft::VisualStudio::Shell::Interop::UIDLGLOGFONT> ^ pLOGFONT);
public int GetDialogFontEx (IntPtr hwnd, Microsoft.VisualStudio.Shell.Interop.UIDLGLOGFONT[] pLOGFONT);
abstract member GetDialogFontEx : nativeint * Microsoft.VisualStudio.Shell.Interop.UIDLGLOGFONT[] -> int
Public Function GetDialogFontEx (hwnd As IntPtr, pLOGFONT As UIDLGLOGFONT()) As Integer
Parameters
- hwnd
-
IntPtr
nativeint
- pLOGFONT
- UIDLGLOGFONT[]
Returns
Remarks
This method must be accessed on the main thread.