AppearanceEditorPart.DefaultButton Property

Definition

Overrides the base property inherited from the Panel control to hide the property from designers and prevent it from being affected by themes. Though it is public, this property is used for default rendering of this control and is not intended to be called from developer code.

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

Property Value

A string that contains the ID of the Button control that receives the default focus in a Panel control.

Attributes

Remarks

This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.

Applies to

See also