# GetThemeSysBrush

```csharp
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern IntPtr GetThemeSysBrush(
   IntPtr hTheme,
   int iColorId
);
```
