FormGroupControl.contains(FormControl) 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.
Specifies whether a form group control contains a specified form control.
public:
virtual bool contains(Dynamics::AX::Application::FormControl ^ _control);
public virtual bool contains (Dynamics.AX.Application.FormControl _control);
abstract member contains : Dynamics.AX.Application.FormControl -> bool
override this.contains : Dynamics.AX.Application.FormControl -> bool
Public Overridable Function contains (_control As FormControl) As Boolean
Parameters
- _control
- FormControl
A FormControl object that specifies a form control.
Returns
true if a form group control contains the specified form control; otherwise, false.