ChangePassword.ContinueButtonText プロパティ

定義

ChangePassword コントロールの正常に完了ビューの続行ボタンに表示されるテキストを取得または設定します。

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

プロパティ値

String

続行ボタンに表示されるテキスト。 既定値は "続行" です。

注釈

このプロパティの値を設定すると、デザイナー ツールを使用してリソース ファイルに自動的に保存できます。 詳細については、「グローバリゼーションとローカリゼーション」を参照してくださいLocalizableAttribute

適用対象

こちらもご覧ください