IUIHostLocale2.GetDialogFont Method
Returns the dialog box font used for the host UI.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function GetDialogFont ( _
<OutAttribute> pLOGFONT As UIDLGLOGFONT() _
) As Integer
int GetDialogFont(
UIDLGLOGFONT[] pLOGFONT
)
int GetDialogFont(
[OutAttribute] array<UIDLGLOGFONT>^ pLOGFONT
)
abstract GetDialogFont :
pLOGFONT:UIDLGLOGFONT[] byref -> int
function GetDialogFont(
pLOGFONT : UIDLGLOGFONT[]
) : int
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: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From uilocale.idl:
HRESULT IUIHostLocale2::GetDialogFont(
[out] UIDLGLOGFONT *plogfont
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.