VisualStyleRenderer.GetString(StringProperty) 方法

定义

返回当前视觉样式元素的指定字符串属性的值。

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

参数

prop
StringProperty

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

返回

String

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

例外

prop 不是 StringProperty 值之一。

注解

视觉样式使用一组字符串值来描述样式定义的元素的某些属性。 这些属性由 StringProperty 值封装。

适用于