Op Englesch liesen Editéieren

Deelen iwwer


LayoutEditorPart.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.

C#
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override string DefaultButton { get; set; }

Property Value

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

Attributes

Remarks

Though it is public, this property is used for default rendering of this control and is not intended to be called from developer code.

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

Applies to

Produkt Versiounen
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also