Example #1
0
 public static extern void DrawThemeParentBackground(IntPtr hWnd, IntPtr hDC, ref RECT rect);
Example #2
0
 public static extern void DrawThemeText(IntPtr hTheme, IntPtr hDC, int partId, int stateId,
                                         [MarshalAs(UnmanagedType.LPTStr)] string text, int charCount,
                                         uint textFlags, uint textFlags2, ref RECT rect);
Example #3
0
 public static extern void DrawThemeEdge(IntPtr hTheme, IntPtr hDC, int partId, int stateId, ref RECT destRect,
                                         uint edge, uint flags, ref RECT contentRect);
Example #4
0
 public static extern void DrawThemeIcon(IntPtr hTheme, IntPtr hDC, int partId, int stateId, ref RECT rect,
                                         IntPtr hIml, int imageIndex);
Example #5
0
 public static extern void DrawThemeBackground(IntPtr hTheme, IntPtr hDC, int partId, int stateId, ref RECT rect,
                                               ref RECT clipRect);