バージョン

ImageDirectory プロパティ (WebControlBase)

タブに使用される画像が格納されているディレクトリ。
シンタックス
'宣言
 
Public Overridable Property ImageDirectory As String
public virtual string ImageDirectory {get; set;}
解説

ImageDirectory で指定された文字列は、画像関連のプロパティでプリフィックスされます。

ImageDirectory に指定された文字列が画像関連のプロパティの前に付けられます。 特定の画像のファイル名は、先頭に「.」、「/」、「」文字が付くか、「:」文字を使用することに注意してください。このファイル名は ImageDirectory 接頭辞を付けずにそれだけで使用されます。

参照