通过


VisualStyleInformation.Url 属性

定义

获取由当前视觉样式的作者提供的 URL。

public:
 static property System::String ^ Url { System::String ^ get(); };
public static string Url { get; }
static member Url : string
Public Shared ReadOnly Property Url As String

属性值

一个字符串,指定当前视觉样式的作者提供的 URL(如果启用了视觉样式);否则为空字符串(“)。

注解

此属性在内部检查属性的值 IsEnabledByUser

适用于