Share via


InventDimCtrl_Frm_PackOnHand.formSetControlsRightClick Method [AX 2012]

Performs a callback to a method on the form.

Syntax

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

Run On

Client

Parameters

  • _lockForm
    Type: boolean
    A Boolean value that indicates whether the dimension controls should be locked.
  • _resizeGrid
    Type: boolean
    A Boolean value that indicates whether the grid should be resized; optional.
  • _args
    Type: Args Class
    An Args object that specifies any additional arguments.

See Also

Reference

InventDimCtrl_Frm_PackOnHand Class