CreateUserWizard.TextBoxStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个对属性集合的引用,这些属性用于定义文本框控件的外观。
public:
property System::Web::UI::WebControls::Style ^ TextBoxStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.Style TextBoxStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.TextBoxStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property TextBoxStyle As Style
属性值
对 Style 的引用,它包含用于定义文本框控件外观的属性。
- 属性
注解
属性 TextBoxStyle 定义控件中 CreateUserWizard 文本框控件的外观。 此属性是只读的;但是,可以设置它返回的对象 Style 的属性。 可以在 窗体 Property-Subproperty
中以声明方式设置这些属性,其中 Subproperty
表示 Style 类 (例如 TextBoxStyle-ForeColor
) 的属性。 可以在窗体 Property.Subproperty
中以编程方式 (设置 属性, TextBoxStyle.ForeColor
例如,) 。
属性 TextBoxStyle 定义以下文本框控件的外观:
UserName 文本框字段
Password 文本框字段
ConfirmPassword 文本框字段
Question 文本框字段
Answer 文本框字段
属性的 TextBoxStyle 样式设置与控件的样式设置 CreateUserWizard 合并。 属性中 TextBoxStyle 应用的任何设置都覆盖控件属性 CreateUserWizard 中的相应设置。
设置将覆盖TextBoxStyle以下CreateUserWizard样式属性:
但是,使用模板定义控件的外观 CreateUserWizard 时, TextBoxStyle 属性不起作用。