PCModelingLibrary::enableCheckBoxAndGroup Method [AX 2012]

Enables check box and group form controls.

client public static void enableCheckBoxAndGroup(FormCheckBoxControl _checkbox, FormGroupControl _group)

Run On

Client

Parameters

_checkbox
Type: FormCheckBoxControl Class
The FormCheckboxControl object that will be marked as checked if a binding exists.
_group
Type: FormGroupControl Class
The FormGroupControl object that will be set to enabled if a binding exists.
Show: