CreateUserWizard.PasswordHintStyle プロパティ

定義

パスワード要件を表すテキストの外観を記述するプロパティのコレクションへの参照を取得します。

public:
 property System::Web::UI::WebControls::TableItemStyle ^ PasswordHintStyle { System::Web::UI::WebControls::TableItemStyle ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.TableItemStyle PasswordHintStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.PasswordHintStyle : System.Web.UI.WebControls.TableItemStyle
Public ReadOnly Property PasswordHintStyle As TableItemStyle

プロパティ値

パスワード要件を表すテキストの外観を記述するプロパティを格納する TableItemStyle への参照。

属性

注釈

プロパティは PasswordHintStyle 、コントロールのパスワード要件を説明するテキストの外観を CreateUserWizard 定義します。 このプロパティは読み取り専用です。ただし、返されるオブジェクトのプロパティを TableItemStyle 設定できます。 これらのプロパティは、 という形式 Property-Subpropertyで宣言によって設定できます。ここで Subproperty 、 は クラスの TableItemStyle プロパティを表します (例: PasswordHintStyle-ForeColor)。 プロパティは、 形式 Property.Subproperty でプログラムで設定できます (例: PasswordHintStyle.ForeColor)。

プロパティは PasswordHintStyle 、 プロパティの外観を PasswordHintText 定義します。

プロパティの PasswordHintStyle スタイル設定は、コントロールのスタイル設定 CreateUserWizard とマージされます。 プロパティに適用されるすべての設定は、 PasswordHintStyle コントロールのプロパティの対応する設定を CreateUserWizard オーバーライドします。

CreateUserWizard のスタイル プロパティは、設定によって PasswordHintStyle オーバーライドされます。

ただし、テンプレートを使用してコントロールの CreateUserWizard 外観を定義する場合、 PasswordHintStyle プロパティは無効です。

適用対象

こちらもご覧ください