VisualStyleInformation.Author 屬性

定義

取得目前視覺化樣式的作者。

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

屬性值

如果啟用視覺化樣式,則為指定目前視覺化樣式作者的字串,否則為空字串 ("")。

備註

此屬性會在內部檢查屬性的值 IsEnabledByUser

適用於