FormDropDialogButtonControl.copyCallerQuery 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
copyCallerQuery() |
Specifies whether to copy the query from the calling form to the target form. This enables the target form to display the same data that was being viewed in the original form. The default value is Auto. |
copyCallerQuery(Int32) |
copyCallerQuery()
Specifies whether to copy the query from the calling form to the target form. This enables the target form to display the same data that was being viewed in the original form. The default value is Auto.
public:
virtual int copyCallerQuery();
public virtual int copyCallerQuery ();
abstract member copyCallerQuery : unit -> int
override this.copyCallerQuery : unit -> int
Public Overridable Function copyCallerQuery () As Integer
Returns
Applies to
copyCallerQuery(Int32)
public:
virtual int copyCallerQuery(int _value);
public virtual int copyCallerQuery (int _value);
abstract member copyCallerQuery : int -> int
override this.copyCallerQuery : int -> int
Public Overridable Function copyCallerQuery (_value As Integer) As Integer
Parameters
- _value
- Int32