AppearanceEditorPart.DefaultButton 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
覆寫繼承自 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。
- 屬性
備註
這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttribute 和 ASP.NET 主題和外觀。