TcxShellIconOptions.Size Property
Specifies the icon size.
Declaration
property Size: TcxShellIconSize read; write; default isDefault;
Property Value
Type | Default |
---|---|
TcxShellIconSize | isDefault |
Remarks
Values of this property correspond to the values of the iImageList parameter of the SHGetImageList API function. To learn more about icon sizes and parameter values, refer to the SHGetImageList function description in the MSDN documentation.
Values include:
Value | Description |
---|---|
isDefault | The icon size is normally 32x32 pixels. Corresponds to the SHIL_LARGE parameter value. |
isExtraLarge | The icon size is normally 48x48 pixels. Corresponds to the SHIL_EXTRALARGE parameter value. |
isJumbo | (Supported in Windows Vista and later) The icon size is normally 256x256 pixels. Corresponds to the SHIL_JUMBO parameter value. |
Note
The Size property is in effect only when the shell list view’s ViewStyle property is set to vsIcon.
The default value of the Size property is isDefault.