FormDropDialogButtonControl.sendExternalContext 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
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