Sitefinity CMS

Telerik.Framework Send comments on this topic.
Icon Property
See Also 
Telerik.Web Namespace > ToolboxItem Class : Icon Property


Gets or sets path to an icon which would be rendered next to the control name in the toolbox when editing a page.   

 

Namespace: Telerik.Web
Assembly: Telerik.Framework (in Telerik.Framework.dll)

Syntax

Visual Basic (Declaration) 
Public Property Icon As String
Visual Basic (Usage)Copy Code
Dim instance As ToolboxItem
Dim value As String
 
instance.Icon = value
 
value = instance.Icon
C# 
public string Icon {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also