BehaviorEditorPart.DefaultButton 属性

定义

获取或设置控件默认按钮的 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) 进行浏览。 从基属性值检索属性的值。

无法通过主题或样式表主题设置此属性。 有关详细信息,请参阅 ThemeableAttributeASP.NET 主题和外观

适用于

另请参阅