Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.