PropertyGridEditorPart.DefaultButton 属性

定义

重写从 Panel 控件继承的基属性以在设计器中隐藏该属性,并防止它受主题影响。

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

属性值

一个字符串,该字符串包含接收 Button 控件中的默认焦点的 Panel 控件的 ID。

属性

注解

尽管此属性是公共的,但它用于此控件的默认呈现,不应从开发人员代码调用。

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

适用于

另请参阅