xArgs.callerFormControl 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
callerFormControl() | |
callerFormControl(FormControl) |
callerFormControl()
public:
virtual Dynamics::AX::Application::FormControl ^ callerFormControl();
public virtual Dynamics.AX.Application.FormControl callerFormControl ();
abstract member callerFormControl : unit -> Dynamics.AX.Application.FormControl
override this.callerFormControl : unit -> Dynamics.AX.Application.FormControl
Public Overridable Function callerFormControl () As FormControl
Returns
Applies to
callerFormControl(FormControl)
public:
virtual Dynamics::AX::Application::FormControl ^ callerFormControl(Dynamics::AX::Application::FormControl ^ _value);
public virtual Dynamics.AX.Application.FormControl callerFormControl (Dynamics.AX.Application.FormControl _value);
abstract member callerFormControl : Dynamics.AX.Application.FormControl -> Dynamics.AX.Application.FormControl
override this.callerFormControl : Dynamics.AX.Application.FormControl -> Dynamics.AX.Application.FormControl
Public Overridable Function callerFormControl (_value As FormControl) As FormControl
Parameters
- _value
- FormControl