public extern static IntPtr GetThemeSysBrush(IntPtr hTheme, int iColorId);
Declare Function GetThemeSysBrush Lib "uxtheme.dll" (TODO) As TODO
Public Shared Function GetThemeSysBrush(hTheme As IntPtr, iColorId As Integer) As IntPtr