Share via


FormGroupControl.moveControl Method

Moves a specified control.

Syntax

public int moveControl(int controlId, [int insertAfterId])

Run On

Client

Parameters

  • controlId
    Type: int
    An integer value that indicates the control that is moved.
  • insertAfterId
    Type: int
    An integer value that indicates which control the specified control is inserted after; optional.

Return Value

Type: int
An Integer data type value that specifies the control ID.

See Also

Reference

FormGroupControl Class