'Declaration Public Shared Function Create( _ ByVal iconSetType As IconSetType _ ) As IconSetRule
'Usage Dim iconSetType As IconSetType Dim value As IconSetRule value = IconSetRule.Create(iconSetType)
public static IconSetRule Create( IconSetType iconSetType )
Parameters
- iconSetType
- The icon set type.
Return Value
Returns the icon set rule object.