FormDropDialogButtonControl.autoRefreshData Method

Definition

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

Returns

Applies to