Share via


FormGroupControl.leftMarginMode Method

Sets or returns a value that indicates whether the size of the left margin for a form group control is fixed, or whether it is automatically adjusted based on other form property settings.

Syntax

public AutoMode leftMarginMode([AutoMode mode])

Run On

Client

Parameters

  • mode
    Type: AutoMode Enumeration
    An AutoMode enumeration value that specifies whether the size of the left margin is fixed, or whether it is automatically adjusted based on other form property settings; optional.

Return Value

Type: AutoMode Enumeration
Automode::Auto if the size of the left margin is automatically adjusted; otherwise, Automode::Fixed.

See Also

Reference

FormGroupControl Class