Share via


InventDimCtrl_InventPhysQtySumAdapter_CN.formSetControlsRightClick Method [AX 2012]

Is the event handler of the right-click event.

Syntax

public void formSetControlsRightClick(
    boolean lockForm, 
   [boolean resizeGrid, 
    Args args])

Run On

Client

Parameters

  • lockForm
    Type: boolean
    A Boolean value that indicates whether the form is locked.
  • resizeGrid
    Type: boolean
    A Boolean value that indicates whether the grid can be resized.
  • args
    Type: Args Class
    The arguments information.

See Also

Reference

InventDimCtrl_InventPhysQtySumAdapter_CN Class