FilenameProperty 列挙型

定義

visual スタイル要素の描画に使用するイメージ ファイルの名前を識別します。

public enum class FilenameProperty
public enum FilenameProperty
type FilenameProperty = 
Public Enum FilenameProperty
継承
FilenameProperty

フィールド

GlyphImageFile 3008

グリフ イメージ ファイルの名前。

ImageFile 3001

背景イメージ ファイルの名前。

ImageFile1 3002

最初のマルチイメージ ファイルの名前。

ImageFile2 3003

2 番目のマルチイメージ ファイルの名前。

ImageFile3 3004

3 番目のマルチイメージ ファイルの名前。

ImageFile4 3005

4 番目のマルチイメージ ファイルの名前。

ImageFile5 3006

5 番目のマルチイメージ ファイルの名前。

StockImageFile 3007

ストック イメージ ファイルの名前。

注釈

列挙体は FilenameProperty 、ビジュアル スタイル要素の描画に使用されるイメージ ファイルの名前を表します。 値は FilenameProperty 、 メソッドの VisualStyleRenderer.GetFilename 引数として使用され、 が現在表している要素に対して取得するファイル名プロパティを VisualStyleRenderer 指定します。

適用対象