Spread Silverlight Documentation
Create Method (IconSetRule)


The icon set type.
Creates a new icon rule set based on the specified parameter.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IconSetRule Class
IconSetRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.