Share via


FormGroupControl.rightMargin Method

Sets or returns the size of the right margin for a form group control in pixels and specifies whether the size is automatically adjusted.

Syntax

public int rightMargin([int value, AutoMode mode])

Run On

Client

Parameters

  • value
    Type: int
    An integer value that specifies the size of the right margin for a form group control in pixels; optional.
  • mode
    Type: AutoMode Enumeration
    An AutoMode enumeration value that specifies whether the size of the right margin is fixed, or whether it is automatically adjusted based on other form property settings; optional.

Return Value

Type: int
An integer value that specifies the size of the right margin for a form group control in pixels.

See Also

Reference

FormGroupControl Class