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