VisualStyleRenderer.GetFilename(FilenameProperty) 方法

定义

返回当前视觉样式元素的指定文件名属性的值。

public:
 System::String ^ GetFilename(System::Windows::Forms::VisualStyles::FilenameProperty prop);
public string GetFilename (System.Windows.Forms.VisualStyles.FilenameProperty prop);
member this.GetFilename : System.Windows.Forms.VisualStyles.FilenameProperty -> string
Public Function GetFilename (prop As FilenameProperty) As String

参数

prop
FilenameProperty

FilenameProperty 值之一,指定要为当前视觉样式元素检索的属性值。

返回

String,它包含 prop 参数为当前视觉样式元素指定的属性的值。

例外

注解

视觉样式可以指定用于以不同大小和分辨率绘制特定元素的图像文件的名称。 这些文件名由 FilenameProperty 值封装。

适用于