FormDropDialogButtonControl.sendExternalContext Method

Definition

Overloads

sendExternalContext()

Specifies whether the external record context of this form should be used as the menu item external record context. The default value is No.

sendExternalContext(Boolean)

sendExternalContext()

Specifies whether the external record context of this form should be used as the menu item external record context. The default value is No.

public:
 virtual bool sendExternalContext();
public virtual bool sendExternalContext ();
abstract member sendExternalContext : unit -> bool
override this.sendExternalContext : unit -> bool
Public Overridable Function sendExternalContext () As Boolean

Returns

Applies to

sendExternalContext(Boolean)

public:
 virtual bool sendExternalContext(bool _value);
public virtual bool sendExternalContext (bool _value);
abstract member sendExternalContext : bool -> bool
override this.sendExternalContext : bool -> bool
Public Overridable Function sendExternalContext (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Applies to