@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)] public extern static Int32 GetThemeFont(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, int iPropId, out LOGFONT pFont); !!!!VB .NET Signature: Declare Function GetThemeFont Lib "uxtheme.dll" (TODO) As TODO <DllImport("uxtheme", ExactSpelling := True, CharSet := CharSet.Unicode)> _ Public Shared Function GetThemeFont(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pFont As LOGFONT) As Int32 End Function !!!!User-Defined Types: [LOGFONT] !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: TODO Documentation: GetThemeFont@msdn on MSDN
Edit uxtheme.GetThemeFont
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.