Version

ImageDirectory Property (UltraWebToolbar)

A directory where images can be found.

Syntax
'Declaration
 
Public Property ImageDirectory As String
public string ImageDirectory {get; set;}
Remarks

When this property is set, any image specified for an UltraWebToolbar item, will be relative to this directory.

To specify an image in the current application directory, use a ./ prefix for the image name as in: ./myimage.gif

Developers must always use forward slashes ('/') in the path specification of this property. Use of the virgule ('\') in this property may cause a broken image link when the end user interacts with some UltraWebToolbar items.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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