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