FormBuildMenuButtonControl.controlNum Method [AX 2012]
Retrieves a contained control by using the specified index.
public FormBuildControl controlNum(int controlNo)
Run On
ClientParameters
- controlNo
- Type: int
An integer value that indicates the index of the child control to retrieve.
Return Value
Type: FormBuildControl ClassA FormBuildControl object that represents the child control that has the specified index if this is a container control; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).
Community Additions
ADD
Show: