Desktop Functions: Smart Device Functions:
|
Search Results for "GetThemeFont" in [All]uxtheme1: GetThemeFont
public extern static Int32 GetThemeFont(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, int iPropId, out LOGFONT pFont);
Declare Function GetThemeFont Lib "uxtheme.dll" (TODO) As TODO
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 |