BehaviorEditorPart.DefaultButton 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置控件默认按钮的 ID。
public:
virtual property System::String ^ DefaultButton { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override string DefaultButton { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.DefaultButton : string with get, set
Public Overrides Property DefaultButton As String
属性值
包含默认按钮 ID 的字符串。
- 属性
注解
属性 DefaultButton 重写基属性,以在 属性上设置多个属性。 属性不能与主题一起使用,并且不能使用设计时用户界面 (UI) 进行浏览。 从基属性值检索属性的值。
无法通过主题或样式表主题设置此属性。 有关详细信息,请参阅 ThemeableAttribute 和 ASP.NET 主题和外观。