PropertyGridEditorPart::DefaultButton Property
.NET Framework (current version)
Overrides the base property inherited from the Panel control to hide the property from designers and prevent it from being affected by themes.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [ThemeableAttribute(false)] property String^ DefaultButton { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^A string that contains the ID of the Button control that receives the default focus in a Panel control.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: