Share via


CreateUserWizard.InstructionTextStyle プロパティ

定義

説明のテキストの外観を定義するプロパティのコレクションへの参照を取得します。

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

プロパティ値

説明のテキストの外観を定義するプロパティを格納する TableItemStyle への参照。

属性

注釈

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

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

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

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

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

適用対象

こちらもご覧ください