FormGroupControl.leftMargin Method

Definition

Overloads

leftMargin(Int32, AutoMode)
leftMargin(Int32)
leftMargin()

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

leftMargin(Int32, AutoMode)

public:
 virtual int leftMargin(int _value, Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual int leftMargin (int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member leftMargin : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
override this.leftMargin : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
Public Overridable Function leftMargin (_value As Integer, _mode As AutoMode) As Integer

Parameters

_value
Int32

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.

_mode
AutoMode

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.

Returns

Applies to

leftMargin(Int32)

public:
 virtual int leftMargin(int num1);
public virtual int leftMargin (int num1);
abstract member leftMargin : int -> int
override this.leftMargin : int -> int
Public Overridable Function leftMargin (num1 As Integer) As Integer

Parameters

num1
Int32

Returns

Applies to

leftMargin()

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

public:
 virtual int leftMargin();
public virtual int leftMargin ();
abstract member leftMargin : unit -> int
override this.leftMargin : unit -> int
Public Overridable Function leftMargin () As Integer

Returns

An integer value that specifies the size of the left margin for a form group control in pixels.

Applies to