FormComboBoxControl.alignControl Method [AX 2012]
Determines whether the control should be aligned with other controls.
The following example shows a call to the alignControl method to align a form combo box control with other controls, based on the length of the longest label.
boolean bAlign; // The combo variable was previously assigned // as a FormComboBoxControl type. // Retrieve the alignControl property. bAlign = combo.alignControl(); // Set the alignControl property. combo.alignControl(false);
Community Additions
ADD
Show: