Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <CategoryAttribute("Behavior")> <DescriptionAttribute("Automatically postback (or callback) to the server after selection has changed.")> Public Overrides Property AutoPostBack As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LiveTextBox Dim value As Boolean instance.AutoPostBack = value value = instance.AutoPostBack |
C# | |
---|---|
[DefaultValueAttribute()] [CategoryAttribute("Behavior")] [DescriptionAttribute("Automatically postback (or callback) to the server after selection has changed.")] public override bool AutoPostBack {get; set;} |
C++/CLI | |
---|---|
[DefaultValueAttribute()] [CategoryAttribute("Behavior")] [DescriptionAttribute("Automatically postback (or callback) to the server after selection has changed.")] public: property bool AutoPostBack { bool get() override; void set ( bool value) override; } |
This member is functionally equivalent to System.Web.UI.WebControls.TextBoxClass.AutoPostBack.
Target Platforms: Microsoft .NET Framework 2.0