Share via


InventDimCtrl_Frm_Mov_Parm_PdsShelf.formSetControlsRightClick Method [AX 2012]

Adjusts the behavior of the form that depends on the dimension setup.

Syntax

public void formSetControlsRightClick(
    boolean _lockForm, 
   [boolean _resizeGrid, 
    Args _args])

Run On

Client

Parameters

  • _lockForm
    Type: boolean
    A Boolean that indicates whether the controlled form should be locked for the update.
  • _resizeGrid
    Type: boolean
    A Boolean that indicates whether the grid that contains the dimensions should be resized for the update.
  • _args
    Type: Args Class
    A collection of parameters to pass to the controlled form.

See Also

Reference

InventDimCtrl_Frm_Mov_Parm_PdsShelf Class