Intersoft ClientUI Documentation
RootIcon Property



Gets or sets the value of the icon of root item.
Syntax
Public Property RootIcon As String
Dim instance As UXBreadCrumb
Dim value As String
 
instance.RootIcon = value
 
value = instance.RootIcon
public string RootIcon {get; set;}
public:
property String^ RootIcon {
   String^ get();
   void set (    String^ value);
}
Remarks
When RootIcon is set, then target item icon will not reflect on the root item icon. By default, the root item icon will automatically adjust to the last item icon. You can also set its visibility to collapsed by setting IsRootIconVisible property to false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXBreadCrumb Class
UXBreadCrumb Members

Send Feedback