Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_MINReceives the minimum size of a visual style part. |
TS_TRUEReceives the size of the visual style part that will best fit the available space. |
TS_DRAWReceives 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 |