Visual Basic (Declaration) | |
---|---|
Public Enum CallbackType Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CallbackType |
C# | |
---|---|
public enum CallbackType : System.Enum |
C++/CLI | |
---|---|
public enum class CallbackType : public System.Enum |
Member | Description |
---|---|
AutoDetect | The callback type to use is automatically detected. |
Flash | Callbacks performed with the Flash plugin. |
IFrame | Callbacks performed with IFrame. |
None | Postbacks are used in place of callbacks. |
XmlHttp | Callbacks performed with the XmlHttp object. |
This enumeration is used by the Callback property.
System.Object
System.ValueType
System.Enum
Dart.LiveControls.CallbackType
Target Platforms: Microsoft .NET Framework 2.0