Intersoft ClientUI Documentation
RefreshImage Property



Gets or sets the ImageSource for the refresh button.
Syntax
Public Property RefreshImage As ImageSource
Dim instance As UXBreadCrumb
Dim value As ImageSource
 
instance.RefreshImage = value
 
value = instance.RefreshImage
public ImageSource RefreshImage {get; set;}
public:
property ImageSource^ RefreshImage {
   ImageSource^ get();
   void set (    ImageSource^ value);
}

Property Value

RefreshImage is used to customize the icon of UXBreadCrumb refresh button.
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