Intersoft WebGrid Documentation
DefaultButton Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellTemplateContainer Class : DefaultButton Property






Syntax

Visual Basic (Declaration) 
<WebSysDescriptionAttribute("The default button for the panel.")>
<DefaultValueAttribute()>
<ThemeableAttribute(False)>
<WebCategoryAttribute("Behavior")>
Public Overridable Property DefaultButton As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
Dim value As String
 
instance.DefaultButton = value
 
value = instance.DefaultButton
C# 
[WebSysDescriptionAttribute("The default button for the panel.")]
[DefaultValueAttribute()]
[ThemeableAttribute(false)]
[WebCategoryAttribute("Behavior")]
public virtual string DefaultButton {get; set;}
Delphi 
public read-write property DefaultButton: String; virtual; 
JScript 
WebSysDescriptionAttribute("The default button for the panel.")
DefaultValueAttribute()
ThemeableAttribute()
WebCategoryAttribute("Behavior")
public function get,set DefaultButton : String
Managed Extensions for C++ 
[WebSysDescriptionAttribute("The default button for the panel.")]
[DefaultValueAttribute()]
[ThemeableAttribute(false)]
[WebCategoryAttribute("Behavior")]
public: __property virtual string* get_DefaultButton();
public: __property virtual void set_DefaultButton( 
   string* value
);
C++/CLI 
[WebSysDescriptionAttribute("The default button for the panel.")]
[DefaultValueAttribute()]
[ThemeableAttribute(false)]
[WebCategoryAttribute("Behavior")]
public:
virtual property String^ DefaultButton {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.