FormBuildControl.editAutoPostback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
editAutoPostback() | |
editAutoPostback(Boolean) |
editAutoPostback()
public:
virtual bool editAutoPostback();
public virtual bool editAutoPostback ();
abstract member editAutoPostback : unit -> bool
override this.editAutoPostback : unit -> bool
Public Overridable Function editAutoPostback () As Boolean
Returns
Applies to
editAutoPostback(Boolean)
public:
virtual bool editAutoPostback(bool _value);
public virtual bool editAutoPostback (bool _value);
abstract member editAutoPostback : bool -> bool
override this.editAutoPostback : bool -> bool
Public Overridable Function editAutoPostback (_value As Boolean) As Boolean
Parameters
- _value
- Boolean