Share via


CreateUserWizard.UserNameLabelText プロパティ

定義

ユーザー名テキスト ボックスのラベル テキストを取得または設定します。

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

プロパティ値

ユーザー名テキスト ボックスのラベル テキスト。 既定値は "ユーザー名:" です。 コントロールの既定のテキストは、サーバーの現在のロケールに基づいてローカライズされます。

注釈

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

適用対象

こちらもご覧ください