Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.
[Visual Basic]
Public Property AutoPostBack As Boolean
[C#]
public bool AutoPostBack {get;set;}
[Delphi]
public property AutoPostBack: Boolean read get_AutoPostBack write set_AutoPostBack;
See Also
C1WebCommandBase Class | C1WebCommandBase Members | C1.Web.Command Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |