共用方式為


VisualStyleInformation.Copyright 屬性

定義

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

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

屬性值

String

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

備註

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

適用於