Intersoft WebCombo Documentation
AllowAutoPostback Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : AllowAutoPostback Property






Specifies whether postback will be automatically invoked when selected index is changed. Specifies whether postback will be automatically invoked when selected index is changed.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Specifies whether postback will be automatically invoked when selected index is changed.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
Public Property AllowAutoPostback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim value As Boolean
 
instance.AllowAutoPostback = value
 
value = instance.AllowAutoPostback
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Specifies whether postback will be automatically invoked when selected index is changed.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public bool AllowAutoPostback {get; set;}
Delphi 
public read-write property AllowAutoPostback: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Behavior")
DescriptionAttribute("Specifies whether postback will be automatically invoked when selected index is changed.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
public function get,set AllowAutoPostback : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Specifies whether postback will be automatically invoked when selected index is changed.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public: __property bool get_AllowAutoPostback();
public: __property void set_AllowAutoPostback( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Specifies whether postback will be automatically invoked when selected index is changed.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public:
property bool AllowAutoPostback {
   bool get();
   void set (    bool value);
}

Remarks

When this property is set to True, the browser will automatically invoke postback when selected index is changed.

Default value is False.

When set to true, the browser will automatically invoke postback when selected index is changed.

Default value is False.

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.