FormDropDialogButtonControl.autoRefreshData 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
autoRefreshData(Boolean) | |
autoRefreshData() |
Specifies whether the data from the data source that is associated with the control will be refreshed when the button is clicked. The default value is No. |
autoRefreshData(Boolean)
public:
virtual bool autoRefreshData(bool _value);
public virtual bool autoRefreshData (bool _value);
abstract member autoRefreshData : bool -> bool
override this.autoRefreshData : bool -> bool
Public Overridable Function autoRefreshData (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
Returns
Applies to
autoRefreshData()
Specifies whether the data from the data source that is associated with the control will be refreshed when the button is clicked. The default value is No.
public:
virtual bool autoRefreshData();
public virtual bool autoRefreshData ();
abstract member autoRefreshData : unit -> bool
override this.autoRefreshData : unit -> bool
Public Overridable Function autoRefreshData () As Boolean