SetPropertyIconSize Method
Sets the size of the icon that should be returned for a particular property
Syntax
public void SetPropertyIconSize(
System.string propertySystemName,
ShellIconSize size
)Public Sub SetPropertyIconSize( _
ByVal propertySystemName As System.String, _
ByVal size As ShellIconSize _
) Parameters
| Name | Description |
|---|---|
| propertySystemName | The SystemName of the property to set the icon isze for |
| size | The icon size that should be returned |