Version

ImageDirectory Property (WebControlBase)

Directory in which the images used for the tabs are stored.
Syntax
'Declaration
 
Public Overridable Property ImageDirectory As String
public virtual string ImageDirectory {get; set;}
Remarks

The string specified for ImageDirectory will be prefixed onto the image related properties.

Note that if a particular image's file name starts with a ".", "/" or "\\" character, or contains the ":" character, then that filename will be used as it is without the ImageDirectory prefix.

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