共用方式為


ChangePassword.PasswordLabelText 屬性

定義

取得或設定 [目前密碼] 文字方塊的標籤文字。

public:
 virtual property System::String ^ PasswordLabelText { System::String ^ get(); void set(System::String ^ value); };
public virtual string PasswordLabelText { get; set; }
member this.PasswordLabelText : string with get, set
Public Overridable Property PasswordLabelText As String

屬性值

String

顯示在 [目前密碼] 文字方塊旁的文字。 預設值為 [密碼:]。

備註

設定時,這個屬性的值可以使用設計工具自動儲存到資源檔。 如需詳細資訊,請參閱 LocalizableAttribute全球化和當地語系化

適用於

另請參閱