.
public DrawThemeBackgroundFlags dwFlags;
.
Public dwFlags As DrawThemeBackgroundFlags
.
RECT, DrawThemeBackgroundFlags
The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.
6/3/2013 5:41:04 PM - dahminator-75.174.65.168
Used in the [DTBGOPTS] structure with the DrawThemeBackgroundEx function.
9/12/2010 7:42:57 AM - jnm2-74.212.46.188
.
private enum DrawThemeBackgroundFlags : uint
.
Private Enum DrawThemeBackgroundFlags As UInteger
.