THEMESIZE enumeration (uxtheme.h)

Identifies the type of size value to retrieve for a visual style part.

Syntax

typedef enum THEMESIZE {
  TS_MIN,
  TS_TRUE,
  TS_DRAW
} ;

Constants

 
TS_MIN
Receives the minimum size of a visual style part.
TS_TRUE
Receives the size of the visual style part that will best fit the available space.
TS_DRAW
Receives the size that the theme manager uses to draw a part.

Remarks

A value from the THEMESIZE enumeration is used with the GetThemePartSize function to specify the type of size value to retrieve for a particular visual style part.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header uxtheme.h